initial import from CVS gstreamer/gst-template/gst-plugin
[gst-scaletempo-rj.git] / src / Makefile.am
blobddf31807e1f155e19693db81bd5a3389353f5a41
1 # plugindir is set in configure
3 ##############################################################################
4 # change libgstplugin.la to something more suitable, e.g. libmysomething.la  #
5 ##############################################################################
6 plugin_LTLIBRARIES = libgstplugin.la
8 ##############################################################################
9 # for the next set of variables, rename the prefix if you renamed the .la,   #
10 #  e.g. libgstplugin_la_SOURCES => libmysomething_la_SOURCES                 #
11 #       libgstplugin_la_CFLAGS  => libmysomething_la_CFLAGS                  #
12 #       libgstplugin_la_LIBADD  => libmysomething_la_LIBADD                  #
13 #       libgstplugin_la_LDFLAGS => libmysomething_la_LDFLAGS                 #
14 ##############################################################################
16 # sources used to compile this plug-in
17 libgstplugin_la_SOURCES = gstplugin.c
19 # flags used to compile this plugin
20 # add other _CFLAGS and _LIBS as needed
21 libgstplugin_la_CFLAGS = $(GST_CFLAGS)
22 libgstplugin_la_LIBADD = $(GST_LIBS)
23 libgstplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
25 # headers we need but don't want installed
26 noinst_HEADERS = gstplugin.h