]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugin-ducati.git/blob - src/Makefile.am
793d921402c1bf2afd56c22df5bdb27983838c63
[glsdk/gst-plugin-ducati.git] / src / Makefile.am
1 plugin_LTLIBRARIES = libgstducati.la
3 # headers we need but don't want installed
4 noinst_HEADERS = \
5         gstducatimpeg4dec.h \
6         gstducatih264dec.h \
7         gstducatividdec.h \
8         gstducati.h
10 # sources used to compile this plug-in
11 libgstducati_la_SOURCES = \
12         gstducatimpeg4dec.c \
13         gstducatih264dec.c \
14         gstducatividdec.c \
15         gstducati.c \
16         $(noinst_HEADERS)
18 # compiler and linker flags used to compile this plugin, set in configure.ac
19 libgstducati_la_CFLAGS = $(GST_CFLAGS) $(MEMMGR_CFLAGS) $(LIBDCE_CFLAGS)
20 libgstducati_la_LIBADD = $(GST_LIBS) $(MEMMGR_LIBS) $(LIBDCE_LIBS)
21 libgstducati_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_ALL_LDFLAGS)
22 libgstducati_la_LIBTOOLFLAGS = --tag=disable-static