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: zlib Date: 11-Sep-2007 08:44:08
Branch: HEAD Handle: 2007091107440800
Modified files:
zlib Makefile.am
Log:
get rid of Automake warnings related to the recently outcommented
noinst_PROGRAMS
Summary:
Revision Changes Path
1.26 +4 -4 zlib/Makefile.am
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: zlib/Makefile.am
============================================================================
$ cvs diff -u -r1.25 -r1.26 Makefile.am
--- zlib/Makefile.am 4 Sep 2007 16:51:22 -0000 1.25
+++ zlib/Makefile.am 11 Sep 2007 06:44:08 -0000 1.26
@@ -20,11 +20,11 @@
# Don't uncomment the following line or make -jX will break
# noinst_PROGRAMS = example minigzip
-example_SOURCES = example.c
-example_LDFLAGS = librpmz.la
+#example_SOURCES = example.c
+#example_LDFLAGS = librpmz.la
-minigzip_SOURCES = minigzip.c
-minigzip_LDFLAGS = librpmz.la
+#minigzip_SOURCES = minigzip.c
+#minigzip_LDFLAGS = librpmz.la
BUILT_SOURCES = # Doxyfile zlib.lcd
@@ .
Received on Tue Sep 11 08:44:08 2007