diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gst-libs/gst/dshow/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2008-03-14 Edward Hervey <edward.hervey@collabora.co.uk> + + * gst-libs/gst/dshow/Makefile.am: + Make sure the dshow helper library headers get distributed in the next + release. + 2008-03-14 David Schleef <ds@schleef.org> Patch by: William M. Brack diff --git a/gst-libs/gst/dshow/Makefile.am b/gst-libs/gst/dshow/Makefile.am index cd3f7a142..582df9adc 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 |