mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
f21e4cc7c3
Original commit message from CVS: fix up Makefile.am and remove GST_ENABLE_NEW
15 lines
573 B
Makefile
15 lines
573 B
Makefile
lib_LTLIBRARIES = libgstcontroller-@GST_MAJORMINOR@.la
|
|
|
|
libgstcontroller_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/controller
|
|
libgstcontroller_@GST_MAJORMINOR@_include_HEADERS = \
|
|
gstcontroller.h
|
|
|
|
libgstcontroller_@GST_MAJORMINOR@_la_SOURCES = \
|
|
lib.c \
|
|
gstcontroller.c \
|
|
gstinterpolation.c \
|
|
gsthelper.c
|
|
|
|
libgstcontroller_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
libgstcontroller_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
|
|
libgstcontroller_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|