summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2008-01-23 13:18:24 +0000
committerChristian Schaller <uraeus@gnome.org>2008-01-23 13:18:24 +0000
commit0cc0c6df9aba1c8b022e33ab4e22175fe7a7b4fa (patch)
tree1cde8a66617d787f886a9235802fe6075fae12fb /gst
parentafa31cfea03063a848ba4db5aa03001301839aa2 (diff)
downloadgst-plugins-bad-0cc0c6df9aba1c8b022e33ab4e22175fe7a7b4fa.tar.gz
gst-plugins-bad-0cc0c6df9aba1c8b022e33ab4e22175fe7a7b4fa.tar.bz2
gst-plugins-bad-0cc0c6df9aba1c8b022e33ab4e22175fe7a7b4fa.zip
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
Diffstat (limited to 'gst')
-rw-r--r--gst/rawparse/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rawparse/Makefile.am b/gst/rawparse/Makefile.am
index ba235ea0..c4d7f345 100644
--- a/gst/rawparse/Makefile.am
+++ b/gst/rawparse/Makefile.am
@@ -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