initial import
[platform/adaptation/nexell/nx-gst-meta.git] / src / Makefile.am
1 # Note: plugindir is set in configure
2
3 plugin_LTLIBRARIES = libnxgstmeta.la
4
5 ##############################################################################
6 # TODO: for the next set of variables, name the prefix if you named the .la, #
7 #  e.g. libmysomething.la => libmysomething_la_SOURCES                       #
8 #                            libmysomething_la_CFLAGS                        #
9 #                            libmysomething_la_LIBADD                        #
10 #                            libmysomething_la_LDFLAGS                       #
11 ##############################################################################
12
13 # sources used to compile this plug-in
14 libnxgstmeta_la_SOURCES = \
15         gstmmvideobuffermeta.c
16
17 # compiler and linker flags used to compile this plugin, set in configure.ac
18 libnxgstmeta_la_CFLAGS = \
19         $(GST_CFLAGS)           \
20         -I${includedir}
21
22 libnxgstmeta_la_LIBADD = \
23         $(GST_LIBS)
24
25 libnxgstmeta_la_LDFLAGS =       \
26         $(GST_PLUGIN_LDFLAGS)
27
28 libnxgstmeta_la_LIBTOOLFLAGS = --tag=disable-static
29
30 # headers we need but don't want installed
31 noinst_HEADERS =
32
33 nxgstmetaincludedir = ${includedir}
34 nxgstmetainclude_HEADERS = gstmmvideobuffermeta.h