From 51c6314e25851a6a5e852e00de8272d6984f687d Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Thu, 18 Jul 2013 22:57:38 +0200 Subject: INCLUDES to AM_CPPFLAGS --- cut-n-paste-code/libegg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cut-n-paste-code') 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 \ -- cgit v1.2.1