[Makefile.am] Added elementary magic check.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 15 Feb 2011 07:33:17 +0000 (16:33 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 15 Feb 2011 07:33:17 +0000 (16:33 +0900)
  This patch is from upstream code and this removes build warnings.

src/edje_externals/Makefile.am
src/lib/Makefile.am

index 0da011d..c327c94 100644 (file)
@@ -1,6 +1,7 @@
 MAINTAINERCLEANFILES = Makefile.in
 
 AM_CPPFLAGS = \
+-DELM_INTERAL_API_MDFGELQ=1 \
 -I. \
 -I$(top_builddir) \
 -I$(top_srcdir) \
index fabed9f..4d0e11b 100644 (file)
@@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS     = 1.4 foreign
 MAINTAINERCLEANFILES = Makefile.in
 
 AM_CPPFLAGS = \
+-DELM_INTERAL_API_MDFGELQ=1 \
 -I. \
 -I$(top_builddir) \
 -I$(top_srcdir) \