summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2013-07-18 22:58:50 +0200
committerStefano Karapetsas <[email protected]>2013-09-18 21:10:12 +0200
commite45744965f9b026ec3738620fdfb62f3388459bc (patch)
treeb1210ee23169f6da28a7d00fef5259c9f60dbb60
parent84586e4d0edd7734f132ec6483269cdff04d817f (diff)
downloadcaja-e45744965f9b026ec3738620fdfb62f3388459bc.tar.bz2
caja-e45744965f9b026ec3738620fdfb62f3388459bc.tar.xz
INCLUDES to AM_CPPFLAGS
-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) \