[alpha] 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-03 19:28:06 -06:00
parent 9b085c6c74
commit e53371df6e
4 changed files with 13 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ bin_SCRIPTS= @binconfigs@
# rules to build libpng, only build the old library on request
lib_LTLIBRARIES=libpng15.la
EXTRA_LTLIBRARIES= libpng.la
# EXTRA_LTLIBRARIES= libpng.la
libpng15_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 = libpng15.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/* \