gst-libs/gst/app/Makefile.am: Install the headers.
authorDavid Schleef <ds@schleef.org>
Sat, 3 Mar 2007 10:23:03 +0000 (10:23 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 3 Mar 2007 10:23:03 +0000 (10:23 +0000)
Original commit message from CVS:
* gst-libs/gst/app/Makefile.am:
Install the headers.

ChangeLog
gst-libs/gst/app/Makefile.am

index fc5fc0b..f28546b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2007-03-03  David Schleef  <ds@schleef.org>
 
        * gst-libs/gst/app/Makefile.am:
+         Install the headers.
+
+2007-03-03  David Schleef  <ds@schleef.org>
+
+       * gst-libs/gst/app/Makefile.am:
        * gst-libs/gst/app/gstappbuffer.c:
        * gst-libs/gst/app/gstappbuffer.h:
        * gst-libs/gst/app/gstappsrc.c:
index 7a99600..dae1be5 100644 (file)
@@ -6,5 +6,8 @@ libgstapp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
 libgstapp_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS)
 libgstapp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LDFLAGS)
 
-noinst_HEADERS = gstappsrc.h
+libgstapp_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/app
+libgstapp_@GST_MAJORMINOR@include_HEADERS = \
+       gstappsrc.h \
+       gstappbuffer.h