Update Initialization code from Tizen 2.4
[platform/upstream/gst-plugins-tizen.git] / fimcconvert / 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 = libgstfimcconvert.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 libgstfimcconvert_la_SOURCES = gstfimcconvert.c fimc_drm_api.c\r
18 \r
19 # flags used to compile this plugin\r
20 # add other _CFLAGS and _LIBS as needed\r
21 libgstfimcconvert_la_CFLAGS = $(GST_CFLAGS) $(GST_VIDEO_CFLAGS) $(DRM_CFLAGS) $(XFIXES_CFLAGS) $(DRI2PROTO_CFLAGS) $(DRI2_CFLAGS) $(TBM_CFLAGS)\r
22 libgstfimcconvert_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_VIDEO_LIBS) $(DRM_LIBS) $(XFIXES_LIBS) $(DRI2PROTO_LIBS) $(DRI2_LIBS) $(TBM_LIBS)\r
23 libgstfimcconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)\r
24 \r
25 # headers we need but don't want installed\r
26 noinst_HEADERS = gstfimcconvert.h fimc_drm_api.h\r
27 \r