summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-03-03 10:23:03 +0000
committerDavid Schleef <ds@schleef.org>2007-03-03 10:23:03 +0000
commitd84dc3a4af877300e603ca2c65338577113de16a (patch)
tree75105350f07c45f250b4b4e079f1f545f41fab7e /gst-libs
parent5b4cc95fea5b5fff8948fc5f8f18720e0a59d8d7 (diff)
gst-libs/gst/app/Makefile.am: Install the headers.
Original commit message from CVS: * gst-libs/gst/app/Makefile.am: Install the headers.
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/app/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/gst-libs/gst/app/Makefile.am b/gst-libs/gst/app/Makefile.am
index 7a99600c7..dae1be500 100644
--- a/gst-libs/gst/app/Makefile.am
+++ b/gst-libs/gst/app/Makefile.am
@@ -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