summaryrefslogtreecommitdiff
path: root/geyes
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-21 00:18:41 -0200
committerPerberos <[email protected]>2011-12-21 00:18:41 -0200
commite588f354333f68c0e62c04513f31bded008f1214 (patch)
tree222f758c07a4cb2089f328a82552f7518a2d4afc /geyes
parenta4b4670bd644f7ead7500f1fcfdf104f590a25f0 (diff)
downloadmate-applets-e588f354333f68c0e62c04513f31bded008f1214.tar.bz2
mate-applets-e588f354333f68c0e62c04513f31bded008f1214.tar.xz
adding missing libm to ld flags
Diffstat (limited to 'geyes')
-rw-r--r--geyes/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/geyes/Makefile.am b/geyes/Makefile.am
index 3827912c..1ec106fb 100644
--- a/geyes/Makefile.am
+++ b/geyes/Makefile.am
@@ -15,8 +15,9 @@ geyes_applet2_SOURCES = \
themes.c \
geyes.h
-geyes_applet2_LDADD = \
- $(MATE_APPLETS3_LIBS)
+geyes_applet2_LDADD = \
+ $(MATE_APPLETS3_LIBS) \
+ -lm
appletdir = $(datadir)/mate-panel/applets
applet_in_files = org.mate.applets.GeyesApplet.mate-panel-applet.in