summaryrefslogtreecommitdiff
path: root/src/Makefile_Escape.am
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-04-24 23:43:33 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-04-24 23:43:33 +0900
commitdaac3fb794ce8ddcaa825066627ee72858b86264 (patch)
treeb004dadec5cbcbd52edb8be046316048d1b4b68d /src/Makefile_Escape.am
parenta87fc36b12fd898b3e0fb3802e03f0a6d17449c6 (diff)
downloadefl-daac3fb794ce8ddcaa825066627ee72858b86264.tar.gz
add a global Efl_Config.h for everyone.
* ned to replicate changes in other .pc.in files * need to replicate changes in other E*.h installed header files
Diffstat (limited to 'src/Makefile_Escape.am')
-rw-r--r--src/Makefile_Escape.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_Escape.am b/src/Makefile_Escape.am
index c9399c9c2e..6a2062bc06 100644
--- a/src/Makefile_Escape.am
+++ b/src/Makefile_Escape.am
@@ -19,7 +19,7 @@ lib/escape/escape_libgen.c \
lib/escape/escape_mman.c \
lib/escape/escape_unistd.c
-lib_escape_libescape_la_CPPFLAGS = @ESCAPE_CFLAGS@
+lib_escape_libescape_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ESCAPE_CFLAGS@
lib_escape_libescape_la_LIBADD = @ESCAPE_LIBS@
lib_escape_libescape_la_DEPENDENCIES = @ESCAPE_INTERNAL_LIBS@
lib_escape_libescape_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@