[anjuta-extras] bgo#590334 – Fix -I ordering
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta-extras] bgo#590334 – Fix -I ordering
- Date: Sat, 1 Aug 2009 17:44:11 +0000 (UTC)
commit 20784186cd5b7442d71526e012748cfbb764beaa
Author: Daniel Macks <dmacks netspace org>
Date: Sat Aug 1 19:43:52 2009 +0200
bgo#590334 â?? Fix -I ordering
plugins/scintilla/Makefile.am | 6 +++---
plugins/scintilla/scintilla/Makefile.am | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/plugins/scintilla/Makefile.am b/plugins/scintilla/Makefile.am
index e549db4..e8b3744 100644
--- a/plugins/scintilla/Makefile.am
+++ b/plugins/scintilla/Makefile.am
@@ -22,12 +22,12 @@ plugindir = $(anjuta_plugin_dir)
plugin_LTLIBRARIES = libanjuta-editor.la
AM_CPPFLAGS = \
- $(GIO_CFLAGS) \
+ -I$(srcdir)/scintilla/include \
+ $(GIO_CFLAGS) \
$(LIBANJUTA_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS) \
- $(EXTRA_CFLAGS) \
- -I$(srcdir)/scintilla/include \
+ $(EXTRA_CFLAGS) \
-DG_LOG_DOMAIN=\"libanjuta-scintilla\"
libanjuta_editor_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS)
diff --git a/plugins/scintilla/scintilla/Makefile.am b/plugins/scintilla/scintilla/Makefile.am
index 470f6da..ea53e2e 100644
--- a/plugins/scintilla/scintilla/Makefile.am
+++ b/plugins/scintilla/scintilla/Makefile.am
@@ -5,11 +5,11 @@ SUBDIRS = include
noinst_LTLIBRARIES = libanjuta-scintilla.la
AM_CPPFLAGS = \
- $(LIBANJUTA_CFLAGS) \
- $(GTK_CFLAGS) \
- $(GLIB_CFLAGS) \
-I$(srcdir)/include \
- -DGTK -DSCI_LEXER -DUSE_XIM
+ $(LIBANJUTA_CFLAGS) \
+ $(GTK_CFLAGS) \
+ $(GLIB_CFLAGS) \
+ -DGTK -DSCI_LEXER -DUSE_XIM
AM_CXXFLAGS = -DGTK -DSCI_LEXER -DUSE_XIM
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]