tizen 2.3 release
[framework/multimedia/gst-plugins-ext0.10.git] / toggle / src / Makefile.am
1 # plugindir is set in configure\r
2 \r
3 ##############################################################################\r
4 # change libgstplugin.la to something more suitable, e.g. libmysomething.la  #\r
5 ##############################################################################\r
6 plugin_LTLIBRARIES = libgsttoggle.la\r
7 \r
8 ##############################################################################\r
9 # for the next set of variables, rename the prefix if you renamed the .la,   #\r
10 #  e.g. libgstplugin_la_SOURCES => libmysomething_la_SOURCES                 #\r
11 #       libgstplugin_la_CFLAGS  => libmysomething_la_CFLAGS                  #\r
12 #       libgstplugin_la_LIBADD  => libmysomething_la_LIBADD                  #\r
13 #       libgstplugin_la_LDFLAGS => libmysomething_la_LDFLAGS                 #\r
14 ##############################################################################\r
15 \r
16 # sources used to compile this plug-in\r
17 libgsttoggle_la_SOURCES = gsttoggle.c\r
18                                   \r
19                                   \r
20 \r
21 # flags used to compile this plugin\r
22 # add other _CFLAGS and _LIBS as needed\r
23 libgsttoggle_la_CFLAGS = $(GST_CFLAGS) \r
24 libgsttoggle_la_LIBADD = $(GST_LIBS)  $(GST_BASE_LIBS)  \r
25 #libgsttoggle_la_LIBADD = $(GST_BASE_LIBS)  \r
26 libgsttoggle_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)\r
27 \r
28 # headers we need but don't want installed\r
29 noinst_HEADERS = gsttoggle.h\r
30 \r