mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-16 04:15:51 +00:00
f985019e4c
Original commit message from CVS: * more build cleanups (using as-version and as-libtool) * some release doc notes from the previous release
8 lines
271 B
Makefile
8 lines
271 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstbasicscheduler.la
|
|
|
|
libgstbasicscheduler_la_SOURCES = gstbasicscheduler.c
|
|
libgstbasicscheduler_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstbasicscheduler_la_LIBADD = $(GST_LIBS)
|
|
libgstbasicscheduler_la_LDFLAGS = @GST_LT_LDFLAGS@
|