aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-04-20 09:23:01 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-04-20 09:23:01 +0000
commitdaa2c1544637fce86d5fa9574d38fecac90b9f77 (patch)
tree9d2f1e6c00349c3733ccf6ad99be0a2ec2169370 /Makefile.am
parentdc8cd84714f548189a1b2dd27eced9e6239df7f3 (diff)
Fix 'make dist'
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1259 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 63accbb..32f48e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,8 @@ nodist_include_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 jpegcomp.h
+ jpegint.h jpeglib.h jversion.h jsimd.h jsimddct.h jpegcomp.h \
+ jpeg_nbits_table.h
libjpeg_la_SOURCES = $(HDRS) jcapimin.c jcapistd.c jccoefct.c jccolor.c \
jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \