summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/gconf
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-05 12:13:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-05 12:13:10 +0000
commitfd43bd5e7c5719209a4581b0d9d8c3119e645075 (patch)
tree2b81d0112f270a724f12478fe9e1f037de30d2a2 /gst-libs/gst/gconf
parent797e849606626ebca8382979539a70b13e45d6e6 (diff)
downloadgst-plugins-bad-fd43bd5e7c5719209a4581b0d9d8c3119e645075.tar.gz
gst-plugins-bad-fd43bd5e7c5719209a4581b0d9d8c3119e645075.tar.bz2
gst-plugins-bad-fd43bd5e7c5719209a4581b0d9d8c3119e645075.zip
fix gconf install path
Original commit message from CVS: fix gconf install path
Diffstat (limited to 'gst-libs/gst/gconf')
-rw-r--r--gst-libs/gst/gconf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gconf/Makefile.am b/gst-libs/gst/gconf/Makefile.am
index b7a409ef..64bebf9f 100644
--- a/gst-libs/gst/gconf/Makefile.am
+++ b/gst-libs/gst/gconf/Makefile.am
@@ -10,7 +10,7 @@ libgstgconf_@GST_MAJORMINOR@include_HEADERS = gconf.h
noinst_PROGRAMS = test-gconf
# add define for GST_GCONF_DIR
-DIR_CFLAGS=-DGST_GCONF_DIR=\"/system/gstreamer-@GST_MAJORMINOR@\"
+DIR_CFLAGS=-DGST_GCONF_DIR=\"/system/gstreamer/@GST_MAJORMINOR@\"
test_gconf_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS) $(DIR_CFLAGS)
test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf-@GST_MAJORMINOR@.la