From 240eaf6dadb6cafce795a4589699130c022b1469 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Sat, 3 Sep 2011 19:48:30 +0200 Subject: find and link libm otherwise it will ftbfs with --as-needed because libindicator/indicator-image-helper.c uses round() but does not link to libm --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 4a36dda..453ebd6 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ############################## -- cgit v1.2.3 From f8f310d969cf360d6357305e307707a4c6f83865 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 19 Sep 2011 21:33:28 -0500 Subject: 0.4.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 453ebd6..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]) -- cgit v1.2.3