summaryrefslogtreecommitdiffstats
path: root/gst/multipart/Makefile.am
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-01-15 15:40:58 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-01-15 15:40:58 +0000
commit5b8e97b8ce9c7eecc148331bab300b1889d753ca (patch)
tree2fc6c8a5ce561d2e9289695f191674ab5c023fba /gst/multipart/Makefile.am
parent04c899f757c04d1bfa6e8b0107b6524c0d84b2f9 (diff)
Re-add multipartdemux to the docs. Last round of section cleanup.
Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/multipart/Makefile.am: * gst/multipart/multipartdemux.c: * gst/multipart/multipartdemux.h: * gst/multipart/multipartmux.c: * gst/multipart/multipartmux.h: Re-add multipartdemux to the docs. Last round of section cleanup.
Diffstat (limited to 'gst/multipart/Makefile.am')
-rw-r--r--gst/multipart/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/multipart/Makefile.am b/gst/multipart/Makefile.am
index a142f461..e69709df 100644
--- a/gst/multipart/Makefile.am
+++ b/gst/multipart/Makefile.am
@@ -4,3 +4,6 @@ libgstmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
libgstmultipart_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
libgstmultipart_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
libgstmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+
+noinst_HEADERS = multipartdemux.h multipartmux.h
+