gstreamer/gst/schedulers/Makefile.am
Thomas Vander Stichele 45333f4b94 more and more
Original commit message from CVS:
more and more
2001-12-08 16:11:10 +00:00

10 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)