aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-09-19 21:44:03 -0500
committerTed Gould <ted@gould.cx>2011-09-19 21:44:03 -0500
commit0ab41b7e1ae55e2204a58d749c581885de900269 (patch)
treeee9b39a0c7ff117559ca75f46dd41d59412d4244 /configure.ac
parent8ec147c04f22eca3d25c4618d8ff2f7b7f9d286f (diff)
parent0b4f5b328187ccb747cec3f89e642d5d30d23949 (diff)
downloadlibayatana-indicator-0ab41b7e1ae55e2204a58d749c581885de900269.tar.gz
libayatana-indicator-0ab41b7e1ae55e2204a58d749c581885de900269.tar.bz2
libayatana-indicator-0ab41b7e1ae55e2204a58d749c581885de900269.zip
* New upstream release.
* Add libm to linking to fix FTBFS (LP: #840514)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4a36dda..03e8e43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([libindicator],
- [0.3.93],
+ [0.4.0],
[http://bugs.launchpad.net/libindicator],
[libindicator],
[http://launchpad.net/libindicator])
@@ -62,6 +62,9 @@ AS_IF([test "x$with_gtk" = x3],
)
AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3])
+LT_LIB_M
+LIBINDICATOR_LIBS+="$LIBM"
+
##############################
# Custom Junk
##############################