mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
Add missing no_inst header files to Makefile.am so disting still works
Original commit message from CVS: Add missing no_inst header files to Makefile.am so disting still works Update spec file with latest changes
This commit is contained in:
parent
ca5193d055
commit
a9b19a8a00
1 changed files with 4 additions and 0 deletions
|
@ -6,3 +6,7 @@ libgstrawparse_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||||
libgstrawparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
libgstrawparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||||
libgstrawparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstrawparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
|
|
||||||
|
noinst_HEADERS = \
|
||||||
|
gstaudioparse.h \
|
||||||
|
gstrawparse.h \
|
||||||
|
gstvideoparse.h
|
||||||
|
|
Loading…
Reference in a new issue