Explorar el Código

Ftp method
Author: jgg
Date: 1998-10-31 05:25:08 GMT
Ftp method

Arch Librarian hace 22 años
padre
commit
f0a53b6301
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      Makefile
  2. 1 1
      buildlib/makefile.in

+ 1 - 0
Makefile

@@ -10,6 +10,7 @@ endif
 all headers library clean veryclean binary program doc:
 	$(MAKE) -C apt-pkg $@
 	$(MAKE) -C methods $@
+	$(MAKE) -C methods/ftp $@
 	$(MAKE) -C cmdline $@
 	$(MAKE) -C deity $@
 	$(MAKE) -C gui $@

+ 1 - 1
buildlib/makefile.in

@@ -7,7 +7,7 @@
 SRCDIR=@top_srcdir@
 SUBDIRS:=./doc ./bin ./bin/methods ./obj ./include/apt-pkg ./include/deity
 SUBDIRS+=./obj/docs ./obj/apt-pkg ./obj/deity ./obj/gui ./obj/cmdline \
-         ./obj/test ./obj/methods
+	./obj/test ./obj/methods ./obj/methods/ftp
 BUILD:=$(shell pwd)
 export BUILD