[latexila] Autotools: don't use INCLUDES (deprecated)
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [latexila] Autotools: don't use INCLUDES (deprecated)
- Date: Wed, 11 Sep 2013 19:33:49 +0000 (UTC)
commit 11f243d45b8f4dbe5912f360f7abbeaeaee5a7ca
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jun 10 10:53:05 2013 +0200
    Autotools: don't use INCLUDES (deprecated)
 src/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 35cca0c..d633be4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -74,7 +74,8 @@ latexila_SOURCES =                    \
 latexila_CPPFLAGS =            \
        -I$(top_srcdir)         \
        -I$(srcdir)/gedit       \
-       -I$(srcdir)/gtkspell
+       -I$(srcdir)/gtkspell    \
+       -include config.h
 
 latexila_LDADD =               \
        gedit/libgedit.la       \
@@ -84,8 +85,6 @@ MAINTAINERCLEANFILES =                \
        $(vala_files:.vala=.c)  \
        latexila_vala.stamp
 
-INCLUDES = -include config.h
-
 # GResource
 
 xml = latexila.gresource.xml
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]