diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-07-18 22:58:50 +0200 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2013-07-18 22:58:50 +0200 |
commit | d8a207223d7f69385898b5c78d0618ab2acd6e2a (patch) | |
tree | 4e3ff39f0c828535a7048a8d63e452bcb91c3bb8 /eel | |
parent | 51c6314e25851a6a5e852e00de8272d6984f687d (diff) | |
download | caja-d8a207223d7f69385898b5c78d0618ab2acd6e2a.tar.bz2 caja-d8a207223d7f69385898b5c78d0618ab2acd6e2a.tar.xz |
INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'eel')
-rw-r--r-- | eel/Makefile.am | 2 |
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) \ |