aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2011-12-22 15:26:03 -0600
committerTom Gall <tom.gall@linaro.org>2011-12-22 15:26:03 -0600
commit9565e00654d3474418d1b508fca2e18713077ff5 (patch)
treed46279030cb2fb806ae56e5f6b811bc766a75a8e
parent1274b232fa6867c92b0f12f89aeedac93d046996 (diff)
r717 : Fix make dist
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f384eab..560af9a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -130,7 +130,8 @@ TESTFILES= testorig.jpg testorig.ppm testimg.bmp testimgflt.jpg \
EXTRA_DIST = win release $(DOCS) $(TESTFILES) CMakeLists.txt \
- sharedlib/CMakeLists.txt cmakescripts libjpeg.map.in doc doxygen.config
+ sharedlib/CMakeLists.txt cmakescripts libjpeg.map.in doc doxygen.config \
+ jccolext.c jdcolext.c jdmrgext.c
dist-hook:
rm -rf `find $(distdir) -name .svn`