diff options
author | Edward Hervey <bilboed@bilboed.com> | 2008-03-14 21:48:37 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-03-14 21:48:37 +0000 |
commit | 56c7023d533608843fb5c8f49a3710a68687beb6 (patch) | |
tree | 8d17f3633e62f6e0a176f978914ab60ae71c945b /gst-libs/gst | |
parent | 80b032ef17c89f270cac4c64a066c307b6821044 (diff) | |
download | gst-plugins-bad-56c7023d533608843fb5c8f49a3710a68687beb6.tar.gz gst-plugins-bad-56c7023d533608843fb5c8f49a3710a68687beb6.tar.bz2 gst-plugins-bad-56c7023d533608843fb5c8f49a3710a68687beb6.zip |
gst-libs/gst/dshow/Makefile.am: Make sure the dshow helper library headers get distributed in the next release.
Original commit message from CVS:
* gst-libs/gst/dshow/Makefile.am:
Make sure the dshow helper library headers get distributed in the next
release.
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/dshow/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/dshow/Makefile.am b/gst-libs/gst/dshow/Makefile.am index cd3f7a14..582df9ad 100644 --- a/gst-libs/gst/dshow/Makefile.am +++ b/gst-libs/gst/dshow/Makefile.am @@ -7,4 +7,4 @@ libgstdshow_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) libgstdshow_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_ALL_LDFLAGS) libgstdshow_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/app -libgstdshow_@GST_MAJORMINOR@include_HEADERS =
\ No newline at end of file +libgstdshow_@GST_MAJORMINOR@include_HEADERS = gstdshow.h gstdshowfakesink.h gstdshowfakesrc.h gstdshowinterface.h |