mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
08479555e5
Original commit message from CVS: * configure.ac: reorganize clean up document more remove cruft * check/Makefile.am: * docs/gst/Makefile.am: * examples/helloworld/Makefile.am: * gst/Makefile.am: * gst/base/Makefile.am: * gst/check/Makefile.am: * gst/elements/Makefile.am: * gst/indexers/Makefile.am: * gst/parse/Makefile.am: * libs/gst/controller/Makefile.am: * libs/gst/dataprotocol/Makefile.am: * examples/helloworld/helloworld.c: (event_loop): compile fixes, though it's not being compiled currently
15 lines
649 B
Makefile
15 lines
649 B
Makefile
lib_LTLIBRARIES = libgstdataprotocol-@GST_MAJORMINOR@.la
|
|
|
|
libgstdataprotocol_@GST_MAJORMINOR@_includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/dataprotocol
|
|
libgstdataprotocol_@GST_MAJORMINOR@_include_HEADERS = \
|
|
dataprotocol.h
|
|
noinst_HEADERS = dp-private.h
|
|
|
|
libgstdataprotocol_@GST_MAJORMINOR@_la_SOURCES = \
|
|
dataprotocol.c
|
|
|
|
# FIXME: do this now
|
|
# remove GST_ENABLE_NEW when dataprotocol has been declared API-stable
|
|
libgstdataprotocol_@GST_MAJORMINOR@_la_CFLAGS = $(GST_OBJ_CFLAGS) -DGST_ENABLE_NEW
|
|
libgstdataprotocol_@GST_MAJORMINOR@_la_LIBADD = $(GST_OBJ_LIBS)
|
|
libgstdataprotocol_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_OBJ_LDFLAGS)
|