aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-09-16 16:50:46 -0500
committerTed Gould <ted@gould.cx>2011-09-16 16:50:46 -0500
commitfff5af0e7b36848b6f8ef5b309edba8a6553092f (patch)
tree29af79a13e32c2641af305a2995ee5947c472a28
parente2b7e82e89e0c85b1078fde531012ba2ea20e0bf (diff)
parent240eaf6dadb6cafce795a4589699130c022b1469 (diff)
downloadlibayatana-indicator-fff5af0e7b36848b6f8ef5b309edba8a6553092f.tar.gz
libayatana-indicator-fff5af0e7b36848b6f8ef5b309edba8a6553092f.tar.bz2
libayatana-indicator-fff5af0e7b36848b6f8ef5b309edba8a6553092f.zip
Add in libm
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
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
##############################