diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-03 08:01:18 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-07-03 08:01:18 +0000 |
commit | 8751d8cb9b73a388369e6d97cbb41dd42f21c0ff (patch) | |
tree | 0bf13b49e7ec585335f9d9ed3210a08e09263a8b /gst/multifile/Makefile.am | |
parent | b28ee64117d6e132b1807f436bb7b03b13ac9208 (diff) | |
download | gst-plugins-bad-8751d8cb9b73a388369e6d97cbb41dd42f21c0ff.tar.gz gst-plugins-bad-8751d8cb9b73a388369e6d97cbb41dd42f21c0ff.tar.bz2 gst-plugins-bad-8751d8cb9b73a388369e6d97cbb41dd42f21c0ff.zip |
gst/multifile/: Add .h files to be able to add it to the docs.
Original commit message from CVS:
* gst/multifile/Makefile.am:
* gst/multifile/gstmultifile.c:
* gst/multifile/gstmultifilesink.c:
* gst/multifile/gstmultifilesink.h:
* gst/multifile/gstmultifilesrc.c:
* gst/multifile/gstmultifilesrc.h:
Add .h files to be able to add it to the docs.
Diffstat (limited to 'gst/multifile/Makefile.am')
-rw-r--r-- | gst/multifile/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/multifile/Makefile.am b/gst/multifile/Makefile.am index f0412293..2863d85e 100644 --- a/gst/multifile/Makefile.am +++ b/gst/multifile/Makefile.am @@ -6,3 +6,5 @@ libgstmultifile_la_CFLAGS = $(GST_CFLAGS) libgstmultifile_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) libgstmultifile_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +noinst_HEADERS = gstmultifilesrc.h gstmultifilesink.h + |