summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:31 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:31 +0000
commitf760b7d2124f9b4498b62c481f08e56cc617e675 (patch)
tree287632c077177adb69b319c1fa44204f784a7d9b /test
parent1fcbfcb8ba78224fd0e4d532d4fa976f0ea00fef (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/makefile3
1 files changed, 3 insertions, 0 deletions
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)