summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2002-10-03 03:00:25 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2002-10-03 03:00:25 +0000
commitdc36dd9e5d624a34e3b81b597f84d9ed4f8b74a5 (patch)
tree7938f9835ad902dd5d5dbe4541b0b3436f6194a7
parent709335af3f9901078d5eb5f1f0364a63c6e61f13 (diff)
build as a lib rather than a plugin
Original commit message from CVS: build as a lib rather than a plugin
-rw-r--r--libs/gst/control/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/control/Makefile.am b/libs/gst/control/Makefile.am
index 43fddbde1f..cc0951914c 100644
--- a/libs/gst/control/Makefile.am
+++ b/libs/gst/control/Makefile.am
@@ -21,4 +21,4 @@ libgstcontrol_la_SOURCES = \
dplinearinterp.c
libgstcontrol_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
-libgstcontrol_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstcontrol_la_LDFLAGS = @GST_LT_LDFLAGS@ -version-info @GST_LIBVERSION@