[master] Revised Makefile.am and Makefile.in to remove references to Y2KINFO,

KNOWNBUG, and libpng.la (Robert Schwebel).
This commit is contained in:
Glenn Randers-Pehrson
2010-01-04 06:26:41 -06:00
parent e16f2bc5f7
commit 2203e41900
4 changed files with 10 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ bin_SCRIPTS= @binconfigs@
# rules to build libpng, only build the old library on request
lib_LTLIBRARIES=libpng14.la
EXTRA_LTLIBRARIES= libpng.la
# EXTRA_LTLIBRARIES= libpng.la
libpng14_la_SOURCES = png.c pngset.c pngget.c pngrutil.c \
pngtrans.c pngwutil.c \
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
@@ -67,7 +67,7 @@ pkgconfig_DATA = libpng14.pc
#extra source distribution files.
EXTRA_DIST= \
ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO \
ANNOUNCE CHANGES INSTALL LICENSE README TODO \
pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
${srcdir}/projects/cbuilder5/* \
${srcdir}/projects/visualc6/* \