summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-08-25 15:48:41 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-08-25 15:48:41 -0400
commit7030230ac42811e44fb47d9af0149e425abacc79 (patch)
tree08c394bf908902880833f5feb74e16aff199ba2b
parentb13aea4f55a6db5518866af72cd079a5c002a8f1 (diff)
downloadpango-7030230ac42811e44fb47d9af0149e425abacc79.tar.gz
Bug 627978 - explicitly link with the math lib (-lm) for use of 'cos'
-rw-r--r--examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index a2c5a2b8..4cb54baf 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -18,6 +18,7 @@ if HAVE_CAIRO_PNG
noinst_PROGRAMS += cairosimple cairotwisted cairoshape
cairosimple_LDADD = \
+ -lm \
../pango/libpango-$(PANGO_API_VERSION).la \
../pango/libpangocairo-$(PANGO_API_VERSION).la \
$(GLIB_LIBS) \