mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
0cc0c6df9a
Original commit message from CVS: Add missing no_inst header files to Makefile.am so disting still works Update spec file with latest changes
12 lines
371 B
Makefile
12 lines
371 B
Makefile
|
|
plugin_LTLIBRARIES = libgstrawparse.la
|
|
|
|
libgstrawparse_la_SOURCES = gstrawparse.c gstaudioparse.c gstvideoparse.c plugin.c
|
|
libgstrawparse_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstrawparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
|
libgstrawparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstaudioparse.h \
|
|
gstrawparse.h \
|
|
gstvideoparse.h
|