Add headers to Makefile.am-s to fix "make dist" command in common/* subtree
This commit is contained in:
19
Makefile.am
19
Makefile.am
@@ -1,11 +1,14 @@
|
|||||||
noinst_LTLIBRARIES = libjpeg.la
|
noinst_LTLIBRARIES = libjpeg.la
|
||||||
|
|
||||||
libjpeg_la_SOURCES = jcapimin.c jcapistd.c jccoefct.c jccolor.c jcdctmgr.c \
|
HDRS = jchuff.h jdct.h jdhuff.h jinclude.h jmemsys.h jpegint.h jpeglib.h \
|
||||||
jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c jcomapi.c \
|
jversion.h
|
||||||
jcparam.c jcphuff.c jcprepct.c jcsample.c jctrans.c jdapimin.c \
|
|
||||||
jdapistd.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c jddctmgr.c \
|
libjpeg_la_SOURCES = $(HDRS) jcapimin.c jcapistd.c jccoefct.c jccolor.c \
|
||||||
jdhuff.c jdinput.c jdmainct.c jdmarker.c jdmaster.c jdmerge.c \
|
jcdctmgr.c jchuff.c jcinit.c jcmainct.c jcmarker.c jcmaster.c \
|
||||||
jdphuff.c jdpostct.c jdsample.c jdtrans.c jerror.c jfdctflt.c \
|
jcomapi.c jcparam.c jcphuff.c jcprepct.c jcsample.c jctrans.c \
|
||||||
jfdctfst.c jfdctint.c jidctflt.c jidctfst.c jidctint.c jidctred.c \
|
jdapimin.c jdapistd.c jdatadst.c jdatasrc.c jdcoefct.c jdcolor.c \
|
||||||
jquant1.c jquant2.c jutils.c jmemmgr.c jmemnobs.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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user