mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
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:
parent
b11893bb27
commit
64d706f402
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue