mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
5d14dbbcda
Original commit message from CVS: * gst-libs/gst/pbutils/Makefile.am: Change directory to install headers in from gst/utils to gst/pbutils as well.
22 lines
734 B
Makefile
22 lines
734 B
Makefile
lib_LTLIBRARIES = libgstpbutils-@GST_MAJORMINOR@.la
|
|
|
|
libgstpbutils_@GST_MAJORMINOR@_la_SOURCES = \
|
|
pbutils.c \
|
|
pbutils.h \
|
|
descriptions.c \
|
|
descriptions.h \
|
|
install-plugins.c \
|
|
install-plugins.h \
|
|
missing-plugins.c \
|
|
missing-plugins.h
|
|
|
|
libgstpbutils_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/pbutils
|
|
libgstpbutils_@GST_MAJORMINOR@include_HEADERS = \
|
|
pbutils.h \
|
|
descriptions.h \
|
|
install-plugins.h \
|
|
missing-plugins.h
|
|
|
|
libgstpbutils_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
|
libgstpbutils_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstpbutils_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|