merge from release branch
[platform/upstream/gstreamer.git] / gst-libs / gst / gconf / Makefile.am
1 librarydir = $(prefix)/lib/gst
2
3 library_LTLIBRARIES = libgstgconf.la
4
5 libgstgconf_la_SOURCES = gconf.c
6
7 libgstgconfincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/gconf
8 libgstgconfinclude_HEADERS = gconf.h
9
10 noinst_PROGRAMS = test-gconf
11
12 test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
13 test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf.la
14
15 libgstgconf_la_LIBADD = $(GCONF_LIBS)
16 libgstgconf_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
17 libgstgconf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)