fix dist of smoke
Original commit message from CVS: fix dist of smoke
This commit is contained in:
parent
847e6ea51e
commit
5088c5e12d
@ -1,9 +1,14 @@
|
|||||||
|
|
||||||
plugin_LTLIBRARIES = libgstjpeg.la
|
plugin_LTLIBRARIES = libgstjpeg.la
|
||||||
|
|
||||||
libgstjpeg_la_SOURCES = gstjpeg.c gstjpegdec.c gstjpegenc.c gstsmokeenc.c gstsmokedec.c smokecodec.c
|
libgstjpeg_la_SOURCES = \
|
||||||
|
gstjpeg.c gstjpegdec.c gstjpegenc.c \
|
||||||
|
gstsmokeenc.c gstsmokedec.c smokecodec.c
|
||||||
libgstjpeg_la_CFLAGS = $(GST_CFLAGS)
|
libgstjpeg_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstjpeg_la_LIBADD = $(JPEG_LIBS)
|
libgstjpeg_la_LIBADD = $(JPEG_LIBS)
|
||||||
libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = gstjpegdec.h gstjpegenc.h gstsmokeenc.h gstsmokedec.h smokecodec.h
|
noinst_HEADERS = \
|
||||||
|
gstjpegdec.h gstjpegenc.h \
|
||||||
|
gstsmokeenc.h gstsmokedec.h \
|
||||||
|
smokecodec.h smokeformat.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user