diff options
author | Ted Gould <ted@canonical.com> | 2009-11-16 11:43:33 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-16 11:43:33 -0600 |
commit | 5af600103cceda92186e3d57a3844f301c532e9b (patch) | |
tree | 501d3239e4137dfd4e3e0d9f20da8b4b9c58eba2 | |
parent | 93de674a6f904d66f649b7aa5df7c4f596406bbd (diff) | |
parent | 2b40fcfa82576f76ba719d0a9321db34c5368cc7 (diff) | |
download | ayatana-indicator-messages-5af600103cceda92186e3d57a3844f301c532e9b.tar.gz ayatana-indicator-messages-5af600103cceda92186e3d57a3844f301c532e9b.tar.bz2 ayatana-indicator-messages-5af600103cceda92186e3d57a3844f301c532e9b.zip |
Disabling static builds.
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3edcc3c..29231a8 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_C_O AC_STDC_HEADERS +AC_DISABLE_STATIC AC_PROG_LIBTOOL AC_SUBST(VERSION) diff --git a/debian/changelog b/debian/changelog index 123dc2c..a9641f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.3.0~dev-0ubuntu1~ppa2) UNRELEASED; urgency=low + + * Disabling static builds. + + -- Ted Gould <ted@ubuntu.com> Mon, 16 Nov 2009 11:43:19 -0600 + indicator-messages (0.3.0~dev-0ubuntu1~ppa1) karmic; urgency=low * Porting to libindicator 0.3.0 |