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:
Christian Schaller 2008-01-23 13:18:24 +00:00
parent ca5193d055
commit a9b19a8a00

View file

@ -6,3 +6,7 @@ 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