gstreamer/gst/debugutils/Makefile.am

11 lines
493 B
Makefile
Raw Normal View History

plugin_LTLIBRARIES = libgstdebugutilsbad.la
2009-06-25 14:41:49 +00:00
libgstdebugutilsbad_la_SOURCES = fpsdisplaysink.c gstcapssetter.c debugutilsbad.c
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static
2009-06-25 14:41:49 +00:00
noinst_HEADERS = fpsdisplaysink.h gstcapssetter.h