From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:15 +0000 (+0000) Subject: Ftp method X-Git-Tag: 0.7.24ubuntu1~1660 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/f0a53b6301cd1f5d0878f2d6ed21811d70a86f9a Ftp method Author: jgg Date: 1998-10-31 05:25:08 GMT Ftp method --- diff --git a/Makefile b/Makefile index 9fa624ea8..af8827067 100644 --- 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 $@ diff --git a/buildlib/makefile.in b/buildlib/makefile.in index de44f47b6..2ea7e63d5 100644 --- a/buildlib/makefile.in +++ b/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