Tizen 2.0 Release
[framework/multimedia/gst-plugins-bad0.10.git] / ext / directfb / Makefile.am
1
2 plugin_LTLIBRARIES = libgstdfbvideosink.la
3
4 libgstdfbvideosink_la_SOURCES =  dfbvideosink.c
5 libgstdfbvideosink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
6                                $(DIRECTFB_CFLAGS)
7 libgstdfbvideosink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
8                                -lgstvideo-$(GST_MAJORMINOR) \
9                                -lgstinterfaces-$(GST_MAJORMINOR) \
10                                $(DIRECTFB_LIBS) $(LIBOIL_LIBS)
11 libgstdfbvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
12 libgstdfbvideosink_la_LIBTOOLFLAGS = --tag=disable-static
13
14 noinst_HEADERS = dfbvideosink.h
15
16 noinst_PROGRAMS = dfb-example
17 dfb_example_CFLAGS = $(GST_CFLAGS) $(DIRECTFB_CFLAGS)
18 dfb_example_LDADD = $(GST_LIBS) $(DIRECTFB_LIBS)