summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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)