RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 10-Feb-2008 11:46:34
Branch: HEAD Handle: 2008021010463400
Modified files:
rpm/rpmio Makefile.am
Log:
do not build test programs by default (only under "make check") and
fix "make dist" (testit.sh was missing)
Summary:
Revision Changes Path
1.129 +3 -3 rpm/rpmio/Makefile.am
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/rpmio/Makefile.am
============================================================================
$ cvs diff -u -r1.128 -r1.129 Makefile.am
--- rpm/rpmio/Makefile.am 10 Feb 2008 02:08:27 -0000 1.128
+++ rpm/rpmio/Makefile.am 10 Feb 2008 10:46:34 -0000 1.129
@@ -4,12 +4,12 @@
LINT = splint
-EXTRA_DIST = gengpg.sh thkp.c thtml.c tinv.c tkey.c tput.c trpmio.c lookup3.c tpw.c librpmio.vers
+EXTRA_DIST = gengpg.sh thkp.c thtml.c tinv.c tkey.c tput.c trpmio.c lookup3.c tpw.c librpmio.vers testit.sh
EXTRA_PROGRAMS = thkp thtml tinv tkey tmacro tmagic tput tpw trpmio tsw dumpasn1 lookup3
-noinst_PROGRAMS = tdir tfts tget tglob tmire
-noinst_SCRIPTS = testit.sh
+check_PROGRAMS = tdir tfts tget tglob tmire
+check_SCRIPTS = testit.sh
TESTS = testit.sh
@@ .
Received on Sun Feb 10 11:46:34 2008