cedric pushed a commit to branch master. http://git.enlightenment.org/games/etrophy.git/commit/?id=d9297be2cdad9f11e2b3285c885e353120a2321b
commit d9297be2cdad9f11e2b3285c885e353120a2321b Author: Cedric Bail <cedric.b...@free.fr> Date: Sun Dec 8 14:03:21 2013 +0900 lib: fix cross compilation by actually definning it in the Makefile.am. --- src/lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index c8d1e80..6c7f6c5 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -6,6 +6,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib \ -DPACKAGE_LIB_DIR=\"$(libdir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ +@EFL_ETROPHY_BUILD@ \ @EVIL_CFLAGS@ \ @ELEMENTARY_CFLAGS@ --