Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / ext / pango / Makefile.am
1 plugin_LTLIBRARIES = libgstpango.la
2
3 noinst_HEADERS = \
4         gstclockoverlay.h \
5         gsttextoverlay.h \
6         gsttextrender.h \
7         gsttimeoverlay.h
8
9 libgstpango_la_SOURCES = \
10         gstclockoverlay.c \
11         gsttextoverlay.c \
12         gsttextrender.c \
13         gsttimeoverlay.c
14
15 libgstpango_la_CFLAGS = \
16         $(GST_PLUGINS_BASE_CFLAGS) \
17         $(GST_BASE_CFLAGS) \
18         $(GST_CONTROLLER_CFLAGS) \
19         $(GST_CFLAGS) \
20         $(PANGO_CFLAGS)
21 libgstpango_la_LIBADD = \
22         $(GST_PLUGINS_BASE_LIBS) \
23         $(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_MAJORMINOR).la \
24         $(GST_BASE_LIBS) \
25         $(GST_CONTROLLER_LIBS) \
26         $(GST_LIBS) \
27         $(PANGO_LIBS)
28 libgstpango_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
29 libgstpango_la_LIBTOOLFLAGS = --tag=disable-static
30