Browse Source

* http instead of html

peter 25 years ago
parent
commit
8f7864addb
2 changed files with 3 additions and 3 deletions
  1. 2 2
      fcl/linux/Makefile
  2. 1 1
      fcl/linux/Makefile.fpc

+ 2 - 2
fcl/linux/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v1.00 [2000/07/09]
+# Makefile generated by fpcmake v0.99.15 [2000/07/02]
 #
 
 defaultrule: all
@@ -204,7 +204,7 @@ endif
 
 # Targets
 
-override UNITOBJECTS+=classes $(INCUNITS) $(XMLUNITS) $(SHEDITUNITS) process asyncio ssockets html
+override UNITOBJECTS+=classes $(INCUNITS) $(XMLUNITS) $(SHEDITUNITS) process asyncio ssockets http
 override RSTOBJECTS+=ssockets cachecls
 
 # Clean

+ 1 - 1
fcl/linux/Makefile.fpc

@@ -3,7 +3,7 @@
 #
 
 [targets]
-units=classes $(INCUNITS) $(XMLUNITS) $(SHEDITUNITS) process asyncio ssockets html
+units=classes $(INCUNITS) $(XMLUNITS) $(SHEDITUNITS) process asyncio ssockets http
 rst=ssockets cachecls
 
 [defaults]