Initialize Tizen 2.3
[framework/multimedia/gst-plugins-ext0.10.git] / wearable / evasimagesink / src / Makefile.am
1 # Note: plugindir is set in configure
2
3 ##############################################################################
4 # TODO: change libgstevasimagesink.la to something else, e.g. libmysomething.la     #
5 ##############################################################################
6 plugin_LTLIBRARIES = libgstevasimagesink.la
7
8 ##############################################################################
9 # TODO: for the next set of variables, name the prefix if you named the .la, #
10 #  e.g. libmysomething.la => libmysomething_la_SOURCES                       #
11 #                            libmysomething_la_CFLAGS                        #
12 #                            libmysomething_la_LIBADD                        #
13 #                            libmysomething_la_LDFLAGS                       #
14 ##############################################################################
15
16 # sources used to compile this plug-in
17 libgstevasimagesink_la_SOURCES = gstevasimagesink.c gstevasimagesink.h
18
19 # compiler and linker flags used to compile this plugin, set in configure.ac
20 libgstevasimagesink_la_CFLAGS = $(GST_CFLAGS) $(GST_VIDEO_CFLAGS) $(EFL_CFLAGS) $(MMTA_CFLAGS)
21 libgstevasimagesink_la_LIBADD = $(GST_LIBS) $(GST_VIDEO_LIBS) $(EFL_LIBS) $(MMTA_LIBS)
22 libgstevasimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
23 libgstevasimagesink_la_LIBTOOLFLAGS = --tag=disable-static
24
25 # headers we need but don't want installed
26 noinst_HEADERS = gstevasimagesink.h