[lasem] build: replace last occurence of INCLUDES by AM_CPPFLAGS



commit 9dc761a5a4df2ccf8f1d015bace8be16470d42a1
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Mon Feb 16 00:16:05 2015 +0100

    build: replace last occurence of INCLUDES by AM_CPPFLAGS

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 85c25b6..bbfb1c0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
 include $(top_srcdir)/Makefile.decl
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
        -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" $(LASEM_CFLAGS) \


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