summaryrefslogtreecommitdiff
path: root/methods/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'methods/makefile')
-rw-r--r--methods/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/methods/makefile b/methods/makefile
index 00fec2bc8..dc6b88780 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -9,35 +9,41 @@ BIN := $(BIN)/methods
# The file method
PROGRAM=file
SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
SOURCE = file.cc
include $(PROGRAM_H)
# The copy method
PROGRAM=copy
SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
SOURCE = copy.cc
include $(PROGRAM_H)
# The gzip method
PROGRAM=gzip
SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
SOURCE = gzip.cc
include $(PROGRAM_H)
# The cdrom method
PROGRAM=cdrom
SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
SOURCE = cdrom.cc
include $(PROGRAM_H)
# The http method
PROGRAM=http
SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
SOURCE = http.cc
include $(PROGRAM_H)
# The ftp method
PROGRAM=ftp
SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
SOURCE = ftp.cc
include $(PROGRAM_H)