From 75831bd235a485014818aff939cff186ed97c3f9 Mon Sep 17 00:00:00 2001 From: caro Date: Fri, 10 Dec 2010 07:59:48 +0000 Subject: [PATCH] DSO problem: math functions are used in edje_cc git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@55443 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 5056c86..e3214f6 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -23,7 +23,7 @@ edje_cc_CPPFLAGS = \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ @EDJE_CFLAGS@ @EDJE_CC_CFLAGS@ @EVIL_CFLAGS@ -edje_cc_LDADD = $(top_builddir)/src/lib/libedje.la @EDJE_CC_LIBS@ @EVIL_LIBS@ +edje_cc_LDADD = $(top_builddir)/src/lib/libedje.la @EDJE_CC_LIBS@ @EVIL_LIBS@ -lm edje_cc_LDFLAGS = @lt_enable_auto_import@ -- 2.7.4