gstreamer/gst/debugutils/Makefile.am

40 lines
1 KiB
Makefile
Raw Normal View History

glib_gen_prefix = __gst_debugutils
glib_gen_basename = debugutils
include $(top_srcdir)/common/gst-glib-gen.mak
built_sources = debugutils-marshal.c
built_headers = debugutils-marshal.h
BUILT_SOURCES = $(built_sources) $(built_headers)
CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = debugutils-marshal.list
plugin_LTLIBRARIES = libgstdebugutilsbad.la
2010-09-06 05:41:24 +00:00
libgstdebugutilsbad_la_SOURCES = \
gstdebugspy.c \
2010-09-06 05:41:24 +00:00
debugutilsbad.c \
2012-02-02 22:21:50 +00:00
fpsdisplaysink.c \
gstchecksumsink.c \
gstchopmydata.c \
2011-06-17 10:10:06 +00:00
gstcompare.c \
gstwatchdog.c
2011-06-17 10:10:06 +00:00
nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES)
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
2010-09-06 05:41:24 +00:00
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
2012-04-04 12:41:22 +00:00
-lgstvideo-$(GST_API_VERSION) \
$(GST_LIBS)
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdebugutilsbad_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = fpsdisplaysink.h \
gstchecksumsink.h \
gstchopmydata.h \
gstcompare.h \
gstdebugspy.h \
gstwatchdog.h