From 79df67debbc127e2e04ae16ac78606d3563db10d Mon Sep 17 00:00:00 2001 From: DRC Date: Sat, 22 Mar 2014 20:22:52 +0000 Subject: [PATCH] Fix 'make dist' git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1201 632fc199-4ca6-4c93-a231-07263d6284db --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0636b28..c8c066d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,7 +154,7 @@ dist_example_DATA = example.c EXTRA_DIST = win release $(DOCS) testimages CMakeLists.txt \ sharedlib/CMakeLists.txt cmakescripts libjpeg.map.in doc doxygen.config \ - jccolext.c jdcolext.c jdmrgext.c + jccolext.c jdcolext.c jdmrgext.c jstdhuff.c dist-hook: rm -rf `find $(distdir) -name .svn` -- 2.50.0