]> git.saurik.com Git - apt.git/blobdiff - test/makefile
Bug fixes to rfc2553 emulation
[apt.git] / test / makefile
index 7879331012ec01db00356c39bb1fa8590f7be7e0..e2f4c048f0411ac66a61cfdae8ad14b9ad5b37f6 100644 (file)
@@ -24,22 +24,9 @@ LIB_MAKES = apt-pkg/makefile apt-inst/makefile
 SOURCE = scratch.cc
 include $(PROGRAM_H)
 
-PROGRAM=testextract
-SLIBS = -lapt-inst -lapt-pkg
-LIB_MAKES = apt-pkg/makefile apt-inst/makefile
-SOURCE = testextract.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)