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