istanbul r178 - in trunk: . gst
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: istanbul r178 - in trunk: . gst
- Date: Fri, 17 Oct 2008 19:44:22 +0000 (UTC)
Author: stefkost
Date: Fri Oct 17 19:44:22 2008
New Revision: 178
URL: http://svn.gnome.org/viewvc/istanbul?rev=178&view=rev
Log:
* configure.ac:
* gst/Makefile.am:
Actualy define GST_PLUGIN_LDFLAGS (avoid installing plugin as
versioned library). Also add libtool magic to avoid installing static
library.
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/gst/Makefile.am
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Oct 17 19:44:22 2008
@@ -194,6 +194,10 @@
fi
AC_SUBST(plugindir)
+GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '[_]*(gst_|Gst|GST_).*'"
+AC_SUBST(GST_PLUGIN_LDFLAGS)
+
+
dnl should we install schemas ?
dnl check for gconftool-2
dnl this macro defines an am conditional, so it needs to be run always
Modified: trunk/gst/Makefile.am
==============================================================================
--- trunk/gst/Makefile.am (original)
+++ trunk/gst/Makefile.am Fri Oct 17 19:44:22 2008
@@ -11,5 +11,6 @@
$(GST_BASE_LIBS) \
$(X_LIBS) $(XSHM_LIBS) $(XFIXES_LIBS) $(XDAMAGE_LIBS)
libistximagesrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libistximagesrc_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstximagesrc.h ximageutil.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]