diff options
author | Ted Gould <ted@gould.cx> | 2012-02-14 15:27:05 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-14 15:27:05 -0600 |
commit | 8d32c607ddbef24050bcfb9155f8a662953a0999 (patch) | |
tree | 4860b180772c02da33fc3307860945ba8d013f45 /src/Makefile.am | |
parent | 6a357cabcd97060ffcef856c06d406614bbfc19d (diff) | |
parent | f5e31a14aba13cee9b1d5192ef847aa72db624dc (diff) | |
download | ayatana-indicator-messages-8d32c607ddbef24050bcfb9155f8a662953a0999.tar.gz ayatana-indicator-messages-8d32c607ddbef24050bcfb9155f8a662953a0999.tar.bz2 ayatana-indicator-messages-8d32c607ddbef24050bcfb9155f8a662953a0999.zip |
Import upstream version 0.5.91
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 33473db..6617b49 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,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 = \ $(COVERAGE_LDFLAGS) \ -module -avoid-version |