mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
7e89cbf5ba
Original commit message from CVS: * gst/Makefile.am: Remove as-libtool stuff. It's likely not needed with new versions of libtool (nobody will confirm this), and hard to carry around. * gst/autoplug/Makefile.am: * gst/base/Makefile.am: * gst/elements/Makefile.am: * gst/indexers/Makefile.am: * gst/schedulers/Makefile.am: * libs/gst/bytestream/Makefile.am: * libs/gst/control/Makefile.am: * libs/gst/dataprotocol/Makefile.am: * libs/gst/getbits/Makefile.am:
11 lines
270 B
Makefile
11 lines
270 B
Makefile
|
|
plugin_LTLIBRARIES = \
|
|
libthreadscheduler.la
|
|
|
|
libthreadscheduler_la_SOURCES = threadscheduler.c
|
|
libthreadscheduler_la_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
libthreadscheduler_la_LIBADD = $(GST_OBJ_LIBS)
|
|
libthreadscheduler_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS =
|
|
|