summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gconf/Makefile.am
blob: d1d10e868eb6ae7a558f4b250ea00d112a99528c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
librarydir = $(prefix)/lib/gst

library_LTLIBRARIES = libgstgconf.la

libgstgconf_la_SOURCES = gconf.c

libgstgconfincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/gconf
libgstgconfinclude_HEADERS = gconf.h

noinst_PROGRAMS = test-gconf

test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) -lgstgconf

libgstgconf_la_LIBADD = $(GCONF_LIBS)
libgstgconf_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
libgstgconf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)