summaryrefslogtreecommitdiff
path: root/test/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:57:49 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:57:49 +0000
commitc0a00c82853ac76283ea6a20c909a87cad5b4efb (patch)
tree13aaaa6ee518217af2cd78cc9ec63084d175a6d4 /test/makefile
parent9b2e67ebe6ba24063d675f0c321098427fabe05b (diff)
RPM version compare test program
Author: jgg Date: 2001-05-03 05:25:04 GMT RPM version compare test program
Diffstat (limited to 'test/makefile')
-rw-r--r--test/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/makefile b/test/makefile
index 541f23834..9ad6233c2 100644
--- 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)