Add headers to Makefile.am-s to fix "make dist" command in common/* subtree

This commit is contained in:
Adam Tkac
2008-06-18 15:29:19 +00:00
parent 6687665312
commit 2d830a0e0c

View File

@@ -1,11 +1,14 @@
noinst_LTLIBRARIES = libjpeg.la
libjpeg_la_SOURCES = jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c \
jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c \
jcparam.c jcphuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c \
jdapistd.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c \
jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c \
jdphuff.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c \
jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jidctred.c \
jquant1.c jquant2.c jutils.c jmemmgr.c jmemnobs.c
HDRS = jchuff.h jdct.h jdhuff.h jinclude.h jmemsys.h jpegint.h jpeglib.h \
jversion.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 \
jcomapi.c jcparam.c jcphuff.c jcprepct.c jcsample.c jctrans.c \
jdapimin.c jdapistd.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c \
jddctmgr.c jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c \
jdmerge.c jdphuff.c jdpostct.c jdsample.c jdtrans.c jerror.c \
jfdctflt.c jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c \
jidctred.c jquant1.c jquant2.c jutils.c jmemmgr.c jmemnobs.c