aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-01-22 12:27:43 +0100
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-01-22 12:27:43 +0100
commitc48bb0976c283da3dec6effe0ca5392b4facf7b3 (patch)
tree497e3ae28e4e410bf9d2b61b9de00911aeed6397 /src/Makefile.am
parenta9e89356835246b29f2ce06278e846eb8543b9db (diff)
downloadayatana-indicator-messages-c48bb0976c283da3dec6effe0ca5392b4facf7b3.tar.gz
ayatana-indicator-messages-c48bb0976c283da3dec6effe0ca5392b4facf7b3.tar.bz2
ayatana-indicator-messages-c48bb0976c283da3dec6effe0ca5392b4facf7b3.zip
Pixel-align the lozenge text to make it less blurry
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c631436..9da71ad 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,7 @@ libmessaging_la_CFLAGS = \
-Wl,--as-needed \
-Werror \
-DG_LOG_DOMAIN=\"Indicator-Messages\"
-libmessaging_la_LIBADD = $(APPLET_LIBS)
+libmessaging_la_LIBADD = $(APPLET_LIBS) -lm
libmessaging_la_LDFLAGS = -module -avoid-version
######################################