]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
Fixed make system to rebuild binaries when shlib versio...
[apt.git] / methods / makefile
index 00fec2bc8ad1e7a736189894e0315248fb33a518..dc6b88780d51301cc208f7554c6b41732b425cf8 100644 (file)
@@ -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)