diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:20 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:20 +0000 |
commit | 7974b907ac33f2a5d7c7ad75c0cb13166f642ec1 (patch) | |
tree | d652b6a9e4ad570634a64d4f2741e20fb6aad509 /test | |
parent | 217076de2e6f0b6428a694648d0e2ee0b65edd44 (diff) |
Changed ie to eg
Author: jgg
Date: 1999-03-29 19:28:52 GMT
Changed ie to eg
Diffstat (limited to 'test')
-rw-r--r-- | test/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/makefile b/test/makefile index c12e05f1f..eae6230d0 100644 --- a/test/makefile +++ b/test/makefile @@ -22,3 +22,9 @@ PROGRAM=versiontest SLIBS = -lapt-pkg SOURCE = versiontest.cc include $(PROGRAM_H) + +# Version compare tester +PROGRAM=srcrfind +SLIBS = -lapt-pkg +SOURCE = srcrfind.cc +include $(PROGRAM_H) |