From f760b7d2124f9b4498b62c481f08e56cc617e675 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:31 +0000 Subject: Fixed make system to rebuild binaries when shlib versio... Author: jgg Date: 1999-04-12 04:28:46 GMT Fixed make system to rebuild binaries when shlib version changes --- methods/makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'methods') 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) -- cgit v1.2.3-70-g09d2