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 --- test/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/makefile b/test/makefile index eae6230d0..49a501d3d 100644 --- a/test/makefile +++ b/test/makefile @@ -14,17 +14,20 @@ include $(PROGRAM_H) # Scratch program to test incomplete code fragments in PROGRAM=scratch-test SLIBS = -lapt-pkg +LIB_MAKES = apt-pkg/makefile SOURCE = scratch.cc include $(PROGRAM_H) # Version compare tester PROGRAM=versiontest SLIBS = -lapt-pkg +LIB_MAKES = apt-pkg/makefile SOURCE = versiontest.cc include $(PROGRAM_H) # Version compare tester PROGRAM=srcrfind SLIBS = -lapt-pkg +LIB_MAKES = apt-pkg/makefile SOURCE = srcrfind.cc include $(PROGRAM_H) -- cgit v1.2.3