summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/gconf/Makefile.am
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2002-10-03 03:17:16 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2002-10-03 03:17:16 +0000
commit4183d9c19deb67ecf036003de0e60f423f0242b1 (patch)
treee25f33088c24fb447af0082354840bd6154605bc /gst-libs/gst/gconf/Makefile.am
parent545dd47499ea8f3b0721d8bfafcc9869abc75a87 (diff)
downloadgst-plugins-bad-4183d9c19deb67ecf036003de0e60f423f0242b1.tar.gz
gst-plugins-bad-4183d9c19deb67ecf036003de0e60f423f0242b1.tar.bz2
gst-plugins-bad-4183d9c19deb67ecf036003de0e60f423f0242b1.zip
build as a lib not a plugin
Original commit message from CVS: build as a lib not a plugin
Diffstat (limited to 'gst-libs/gst/gconf/Makefile.am')
-rw-r--r--gst-libs/gst/gconf/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/gconf/Makefile.am b/gst-libs/gst/gconf/Makefile.am
index 63641bde..9f5c9b77 100644
--- a/gst-libs/gst/gconf/Makefile.am
+++ b/gst-libs/gst/gconf/Makefile.am
@@ -1,4 +1,4 @@
-librarydir = $(prefix)/lib
+librarydir = $(libdir)
library_LTLIBRARIES = libgstgconf.la
@@ -14,4 +14,4 @@ test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf.la
libgstgconf_la_LIBADD = $(GCONF_LIBS)
libgstgconf_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
-libgstgconf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstgconf_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@