5b2bca232cae7eee38d232a8c3d53332b889f517
[platform/upstream/gst-plugins-tizen.git] / wfdmanager / wfdbase / Makefile.am
1 lib_LTLIBRARIES = libgstwfdbase.la
2
3 #libgstwfdbase_includedir =     \
4 #       $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/wfd
5 #libgstwfdbase_include_HEADERS =        \
6 #       gstwfdbasesrc.h
7
8 noinst_HEADERS = gstwfdbasesrc.h gstwfdsinkmessage.h
9
10 libgstwfdbase_la_SOURCES = gstwfdbasesrc.c \
11                         gstwfdsinkmessage.c
12
13 libgstwfdbase_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
14
15 libgstwfdbase_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
16                -lgstrtp-@GST_MAJORMINOR@ -lgstrtsp-@GST_MAJORMINOR@
17
18 libgstwfdbase_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
19 libgstwfdbase_la_LIBTOOLFLAGS = --tag=disable-static
20