diff options
author | DRC <dcommander@users.sourceforge.net> | 2010-10-27 08:00:33 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2010-10-27 08:00:33 +0000 |
commit | 872e27c3b339f906476153145da44c4d0bb12ca8 (patch) | |
tree | e0edd78085d4134719338f730a9cf0ef58a0b10d /common | |
parent | e4daba4d07b58bdf32d99960bdf7eb0450c481c9 (diff) | |
download | tigervnc-872e27c3b339f906476153145da44c4d0bb12ca8.tar.gz tigervnc-872e27c3b339f906476153145da44c4d0bb12ca8.zip |
Fix 'make dist'
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4173 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r-- | common/jpeg/Makefile.am | 6 | ||||
-rw-r--r-- | common/zlib/Makefile.am | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/common/jpeg/Makefile.am b/common/jpeg/Makefile.am index cd1c2212..3e43874e 100644 --- a/common/jpeg/Makefile.am +++ b/common/jpeg/Makefile.am @@ -1,5 +1,6 @@ noinst_LTLIBRARIES = libjpeg.la -noinst_HEADERS = jconfig.h jerror.h jmorecfg.h jpeglib.h +noinst_HEADERS = jerror.h jmorecfg.h jpeglib.h +nodist_noinst_HEADERS = jconfig.h HDRS = jchuff.h jdct.h jdhuff.h jerror.h jinclude.h jmemsys.h jmorecfg.h \ jpegint.h jpeglib.h jversion.h jsimd.h jsimddct.h @@ -57,7 +58,8 @@ jpegtran_SOURCES = jpegtran.c rdswitch.c cdjpeg.c transupp.c transupp.h jpegtran_LDADD = libjpeg.la -DOCS= README README-turbo.txt LICENSE.txt LGPL.txt +DOCS= jconfig.doc README README-turbo.txt LICENSE.txt LGPL.txt \ + README_TigerVNC.txt TESTFILES= testorig.jpg testorig.ppm testimg.bmp testimgflt.jpg \ testimgfst.jpg testimgint.jpg testimgp.jpg testimgflt.ppm testimgfst.ppm \ diff --git a/common/zlib/Makefile.am b/common/zlib/Makefile.am index 743ac5c0..07a01740 100644 --- a/common/zlib/Makefile.am +++ b/common/zlib/Makefile.am @@ -1,7 +1,7 @@ noinst_LTLIBRARIES = libz.la -HDRS = deflate.h infblock.h infcodes.h inffast.h inffixed.h inftrees.h \ - infutil.h trees.h zconf.h zlib.h zutil.h +HDRS = crc32.h deflate.h gzguts.h inffast.h inffixed.h inflate.h inftrees.h \ + trees.h zconf.h zlib.h zutil.h libz_la_SOURCES = $(HDRS) adler32.c compress.c crc32.c deflate.c gzclose.c \ gzlib.c gzread.c gzwrite.c inflate.c infback.c inftrees.c inffast.c \ |