projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Finalize 0.6.39
[apt.git]
/
test
/
makefile
diff --git
a/test/makefile
b/test/makefile
index 541f23834a8c0840eaa1ecca41167ac469970391..9ad6233c2d11997254751d8b005a65d226a677bb 100644
(file)
--- a/
test/makefile
+++ b/
test/makefile
@@
-62,3
+62,8
@@
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)