diff options
author | Ted Gould <ted@gould.cx> | 2011-09-16 16:50:46 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-16 16:50:46 -0500 |
commit | fff5af0e7b36848b6f8ef5b309edba8a6553092f (patch) | |
tree | 29af79a13e32c2641af305a2995ee5947c472a28 | |
parent | e2b7e82e89e0c85b1078fde531012ba2ea20e0bf (diff) | |
parent | 240eaf6dadb6cafce795a4589699130c022b1469 (diff) | |
download | libayatana-indicator-fff5af0e7b36848b6f8ef5b309edba8a6553092f.tar.gz libayatana-indicator-fff5af0e7b36848b6f8ef5b309edba8a6553092f.tar.bz2 libayatana-indicator-fff5af0e7b36848b6f8ef5b309edba8a6553092f.zip |
Add in libm
-rw-r--r-- | configure.ac | 3 |
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 ############################## |