From: Behdad Esfahbod Date: Wed, 25 Aug 2010 19:48:41 +0000 (-0400) Subject: Bug 627978 - explicitly link with the math lib (-lm) for use of 'cos' X-Git-Tag: 1.29.1~181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7030230ac42811e44fb47d9af0149e425abacc79;p=platform%2Fupstream%2Fpango.git Bug 627978 - explicitly link with the math lib (-lm) for use of 'cos' --- diff --git a/examples/Makefile.am b/examples/Makefile.am index a2c5a2b..4cb54ba 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) \