Tizen 2.0 Release
[framework/multimedia/gst-plugins-good0.10.git] / ext / gconf / Makefile.am
1 plugin_LTLIBRARIES = libgstgconfelements.la
2
3 libgstgconfelements_la_SOURCES = \
4         gstgconfaudiosink.c \
5         gstgconfaudiosrc.c \
6         gstgconfelements.c \
7         gstgconfvideosink.c \
8         gstgconfvideosrc.c \
9         gstswitchsink.c \
10         gstswitchsrc.c \
11         gstgconf.c
12
13 DIR_CFLAGS = -DGST_GCONF_DIR=\"/system/gstreamer/@GST_MAJORMINOR@\"
14 libgstgconfelements_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS)
15 libgstgconfelements_la_LIBADD = $(GST_LIBS) $(GCONF_LIBS)
16 libgstgconfelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
17 libgstgconfelements_la_LIBTOOLFLAGS = --tag=disable-static
18
19 noinst_HEADERS = \
20         gstgconfaudiosink.h \
21         gstgconfaudiosrc.h \
22         gstgconfelements.h \
23         gstgconfvideosink.h \
24         gstgconfvideosrc.h \
25         gstswitchsink.h \
26         gstswitchsrc.h \
27         gstgconf.h