diff options
author | Glenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net> | 2010-03-11 05:48:32 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net> | 2010-03-11 05:48:32 -0600 |
commit | d0e35cdb5302c4c44aeddb4a5132ee8e38624bc2 (patch) | |
tree | a7a29c52d893e2dd7eceafc08075aa907563dd25 /Makefile.in | |
parent | 526a6ad5f67defdaf329066f55acd0edbe907b99 (diff) | |
download | libpng-d0e35cdb5302c4c44aeddb4a5132ee8e38624bc2.tar.gz |
[devel] Revised Makefile.am to account for recent additions and replacements.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a39ec7376..e063d8385 100644 --- a/Makefile.in +++ b/Makefile.in @@ -322,7 +322,6 @@ pkgconfig_DATA = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc EXTRA_DIST = \ ANNOUNCE CHANGES INSTALL LICENSE README TODO \ pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \ - ${srcdir}/projects/cbuilder5/* \ ${srcdir}/projects/visualc6/* \ ${srcdir}/projects/visualc71/* \ ${srcdir}/projects/xcode/* \ @@ -333,7 +332,7 @@ EXTRA_DIST = \ ${srcdir}/contrib/pngsuite/* \ ${srcdir}/contrib/visupng/* \ $(TESTS) \ - example.c libpng-1.5.0beta14.txt + CMakeLists.txt example.c libpng-1.5.0beta14.txt CLEANFILES = pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers \ libpng.sym |