implemented two ways to copy data from guest and host
[platform/adaptation/emulator/gst-plugins-emulator.git] / src / Makefile.am
1 # Note: plugindir is set in configure
2
3 ##############################################################################
4 # TODO: change libgstemul.la to something else, e.g. libmysomething.la     #
5 ##############################################################################
6 plugin_LTLIBRARIES = libgstemul.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 libgstemul_la_SOURCES = gstemul.c \
18         gstemulutils.c \
19         gstemulnewdec.c \
20         gstemulapi.c \
21         gstemuldev.c \
22         gstemulapi2.c
23
24 # compiler and linker flags used to compile this plugin, set in configure.ac
25 libgstemul_la_CFLAGS = $(GST_CFLAGS) -g
26 libgstemul_la_LIBADD = $(GST_LIBS) -lgstaudio-0.10 -lgstpbutils-0.10
27 libgstemul_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
28 libgstemul_la_LIBTOOLFLAGS = --tag=disable-static
29
30 # headers we need but don't want installed
31 #noinst_HEADERS = gstemul.h