diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-07-18 22:57:38 +0200 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2013-07-18 22:57:38 +0200 |
commit | 51c6314e25851a6a5e852e00de8272d6984f687d (patch) | |
tree | 9c4f0b12bd70d1b8db03b9af8091cbbca0a9e603 /cut-n-paste-code/libegg/Makefile.am | |
parent | 43fce304a673d15ae8c9ca89474e37e3685765dd (diff) | |
download | caja-51c6314e25851a6a5e852e00de8272d6984f687d.tar.bz2 caja-51c6314e25851a6a5e852e00de8272d6984f687d.tar.xz |
INCLUDES to AM_CPPFLAGS
Diffstat (limited to 'cut-n-paste-code/libegg/Makefile.am')
-rw-r--r-- | cut-n-paste-code/libegg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste-code/libegg/Makefile.am b/cut-n-paste-code/libegg/Makefile.am index 1ee4585d..3d6e3977 100644 --- a/cut-n-paste-code/libegg/Makefile.am +++ b/cut-n-paste-code/libegg/Makefile.am @@ -2,7 +2,7 @@ NULL= noinst_LTLIBRARIES = libegg.la -INCLUDES = $(LIBEGG_CFLAGS) +AM_CPPFLAGS = $(LIBEGG_CFLAGS) EGG_TREE_DND_FILES = \ eggtreemultidnd.c \ |