summaryrefslogtreecommitdiff
path: root/eel/Makefile.am
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2013-07-18 22:58:50 +0200
committerWolfgang Ulbrich <[email protected]>2013-07-18 22:58:50 +0200
commitd8a207223d7f69385898b5c78d0618ab2acd6e2a (patch)
tree4e3ff39f0c828535a7048a8d63e452bcb91c3bb8 /eel/Makefile.am
parent51c6314e25851a6a5e852e00de8272d6984f687d (diff)
downloadcaja-d8a207223d7f69385898b5c78d0618ab2acd6e2a.tar.bz2
caja-d8a207223d7f69385898b5c78d0618ab2acd6e2a.tar.xz
INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'eel/Makefile.am')
-rw-r--r--eel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/Makefile.am b/eel/Makefile.am
index aabbacb0..7919b80f 100644
--- a/eel/Makefile.am
+++ b/eel/Makefile.am
@@ -2,7 +2,7 @@ NULL=
noinst_LTLIBRARIES=libeel-2.la
-INCLUDES = \
+AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"Eel\" \
-I$(top_builddir) \
-I$(top_srcdir) \