gstreamer/ext/teletextdec/Makefile.am

11 lines
412 B
Makefile
Raw Normal View History

plugin_LTLIBRARIES = libgstteletext.la
libgstteletext_la_SOURCES = gstteletextdec.c
libgstteletext_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(TELETEXTDEC_CFLAGS)
libgstteletext_la_LIBADD = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_LIBS) $(TELETEXTDEC_LIBS)
libgstteletext_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstteletext_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gstteletextdec.h