move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get rebuilt...
[platform/upstream/gstreamer.git] / gst-libs / gst / gconf / Makefile.am
1 librarydir = $(libdir)
2
3 library_LTLIBRARIES = libgstgconf-@GST_MAJORMINOR@.la
4
5 libgstgconf_@GST_MAJORMINOR@_la_SOURCES = gconf.c
6
7 libgstgconf_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/gconf
8 libgstgconf_@GST_MAJORMINOR@include_HEADERS = gconf.h
9
10 noinst_PROGRAMS = test-gconf
11
12 # add define for GST_GCONF_DIR
13 DIR_CFLAGS=-DGST_GCONF_DIR=\"/system/gstreamer/@GST_MAJORMINOR@\"
14
15 test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS)
16 test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf-@GST_MAJORMINOR@.la
17
18 libgstgconf_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(GCONF_LIBS)
19 libgstgconf_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS)
20 libgstgconf_@GST_MAJORMINOR@_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@