From f008876cc1c6f8c0a0ecc67d53b86285357b79d6 Mon Sep 17 00:00:00 2001 From: DRC Date: Mon, 13 Nov 2017 21:24:05 -0600 Subject: [PATCH] Build: Fix `make dist` Broken by previous commit --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index eb099ea..2769b78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -173,7 +173,7 @@ dist_example_DATA = example.c EXTRA_DIST = win release $(DOCS) testimages CMakeLists.txt \ sharedlib/CMakeLists.txt cmakescripts libjpeg.map.in doc doxygen.config \ doxygen-extra.css jccolext.c jdcolext.c jdcol565.c jdmrgext.c jdmrg565.c \ - jstdhuff.c jdcoefct.h jdmainct.h jdmaster.h jdsample.h wrppm.h \ + jstdhuff.c jdcoefct.h jdmainct.h jdmaster.h jdsample.h \ md5/CMakeLists.txt dist-hook: -- 2.50.1