]> git.saurik.com Git - apt.git/blobdiff - test/makefile
Doc updates
[apt.git] / test / makefile
index e3b2ac524740d72f71dc8024b6210c3becca3223..9ad6233c2d11997254751d8b005a65d226a677bb 100644 (file)
@@ -56,3 +56,14 @@ SLIBS = -lapt-pkg -lapt-inst
 SOURCE = extract-control.cc
 include $(PROGRAM_H)
 
+# Program for testing hashes
+PROGRAM=hash
+SLIBS = -lapt-pkg 
+SOURCE = hash.cc
+include $(PROGRAM_H)
+
+# Program for checking rpm versions
+PROGRAM=rpmver
+SLIBS = -lapt-pkg -lrpm
+SOURCE = rpmver.cc
+include $(PROGRAM_H)