gst-libs/gst/app/Makefile.am: Install the headers.

Original commit message from CVS:
* gst-libs/gst/app/Makefile.am:
Install the headers.
This commit is contained in:
David Schleef 2007-03-03 10:23:03 +00:00
parent 5b4cc95fea
commit d84dc3a4af
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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:

View 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