Make sure bmp.h gets distributed.

This commit is contained in:
Pierre Ossman
2009-07-10 12:56:00 +00:00
parent 7a9b1adb5f
commit daa07a8ac3

View File

@@ -27,11 +27,11 @@ TSTHDRS = turbojpeg.h rrutil.h rrtimer.h
noinst_PROGRAMS = jpgtest jpegut cjpeg djpeg
jpgtest_SOURCES = $(TSTHDRS) jpgtest.cxx bmp.c turbojpegl.c
jpgtest_SOURCES = $(TSTHDRS) jpgtest.cxx bmp.h bmp.c turbojpegl.c
jpgtest_LDADD = $(top_srcdir)/libjpeg.la
jpegut_SOURCES = $(TSTHDRS) jpegut.c bmp.c turbojpegl.c
jpegut_SOURCES = $(TSTHDRS) jpegut.c bmp.h bmp.c turbojpegl.c
jpegut_LDADD = $(top_srcdir)/libjpeg.la