mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
45333f4b94
Original commit message from CVS: more and more
9 lines
272 B
Makefile
9 lines
272 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstbasicscheduler.la
|
|
|
|
libgstbasicscheduler_la_SOURCES = gstbasicscheduler.c
|
|
|
|
libgstbasicscheduler_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
|
|
|
libgstbasicscheduler_la_CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|