aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e43678d..da9ddc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-01-25 Ross Burton <ross@openedhand.com>
+ * configure.ac:
+ Disable static linking, so we don't install a static version of
+ the plugin.
+
+2008-01-25 Ross Burton <ross@openedhand.com>
+
* src/plugin.c:
Fix Run Remote by executing the entered command, not NULL.
diff --git a/configure.ac b/configure.ac
index 9b91ad4..a72e153 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
AM_GLIB_GNU_GETTEXT
IT_PROG_INTLTOOL([0.35.0])
+AM_DISABLE_STATIC
AM_PROG_LIBTOOL
PKG_CHECK_MODULES(GLIB, [glib-2.0])