diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:15 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:15 +0000 |
commit | f0a53b6301cd1f5d0878f2d6ed21811d70a86f9a (patch) | |
tree | 278fe89ae7bd491dd904c387e23324407761af5b /buildlib/makefile.in | |
parent | 17a10bf5d838a2f620a673a1b97238a58a06983f (diff) |
Ftp method
Author: jgg
Date: 1998-10-31 05:25:08 GMT
Ftp method
Diffstat (limited to 'buildlib/makefile.in')
-rw-r--r-- | buildlib/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |