[baobab] Replace deprecated automake INCLUDES macro with AM_CPPFLAGS



commit f7a63a241035241ec696eb76479b2dd48d5ad80b
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Fri Sep 28 13:45:12 2012 +0200

    Replace deprecated automake INCLUDES macro with AM_CPPFLAGS

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 59ce156..1a8b4f8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
 NULL =
 
-INCLUDES = \
+AM_CPPFLAGS = \
 	-DPREFIX=\""$(prefix)"\" 				\
 	-DGETTEXT_PACKAGE=\""$(GETTEXT_PACKAGE)"\" 		\
 	-DSYSCONFDIR=\""$(sysconfdir)"\"			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]