e6b14b33b9a573e437f54d171de09e7f69d24929
[framework/multimedia/gst-plugins-ext0.10.git] / drmsrc / 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 = libgstdrmsrc.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 libgstdrmsrc_la_SOURCES = gstdrmsrc.c\r
18 \r
19 # flags used to compile this plugin\r
20 # add other _CFLAGS and _LIBS as needed\r
21 libgstdrmsrc_la_CFLAGS = $(GST_CFLAGS) $(DRM_SERVICE_CFLAGS) $(MMTA_CFLAGS) -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64\r
22 libgstdrmsrc_la_LIBADD = $(GST_LIBS) $(DRM_SERVICE_LIBS) $(GST_BASE_LIBS) $(MMTA_LIBS)\r
23 libgstdrmsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)\r
24 \r
25 # headers we need but don't want installed\r
26 noinst_HEADERS = gstdrmsrc.h\r
27 \r