]> git.saurik.com Git - apt.git/commitdiff
Ftp method
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:51:15 +0000 (16:51 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:51:15 +0000 (16:51 +0000)
Author: jgg
Date: 1998-10-31 05:25:08 GMT
Ftp method

Makefile
buildlib/makefile.in

index 9fa624ea82a773153f2c640b5026e21df058c83b..af882706718300e7ac9e68a14f8550010b03e5e8 100644 (file)
--- a/Makefile
+++ b/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 $@
index de44f47b6d0d79f0b8cc73c7bfa42ec3d30109b7..2ea7e63d5f3741f1bd7bcd5d43cec2b0b9d76df2 100644 (file)
@@ -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