]> git.saurik.com Git - apt.git/blobdiff - test/makefile
Fixed more things
[apt.git] / test / makefile
index c12e05f1f26ce39f64c1d379e4e6f2282557489a..49a501d3dea3a9cc144d83928382fd8055bab349 100644 (file)
@@ -14,11 +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)