mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
2164be520c
Original commit message from CVS: * Makefile.am: * configure.ac: * ext/Makefile.am: * gst-libs/gst/Makefile.am: * gst-libs/gst/app/Makefile.am: * gst-libs/gst/app/gstapp.c: * gst-libs/gst/app/gstappsrc.c: * gst-libs/gst/app/gstappsrc.h: * gst/app/Makefile.am: * gst/app/gstapp.c: * gst/app/gstappsrc.c: * gst/app/gstappsrc.h: Move the app library to gst-libs/gst/app (duh!)
10 lines
345 B
Makefile
10 lines
345 B
Makefile
lib_LTLIBRARIES = libgstapp-@GST_MAJORMINOR@.la
|
|
|
|
libgstapp_@GST_MAJORMINOR@_la_SOURCES = gstappsrc.c
|
|
libgstapp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
$(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstapp_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS)
|
|
libgstapp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstappsrc.h
|
|
|