[ORBit2] Use AM_CPPFLAGS instead of INCLUDES and fix problem using
- From: Kjartan Maraas <kmaraas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ORBit2] Use AM_CPPFLAGS instead of INCLUDES and fix problem using
- Date: Tue, 14 May 2013 11:33:04 +0000 (UTC)
commit d91dbb42dc3b6073720027f68827acd0abee6d75
Author: Kjartan Maraas <kmaraas gnome org>
Date: Tue May 14 13:29:53 2013 +0200
Use AM_CPPFLAGS instead of INCLUDES and fix problem using
test/everything/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/test/everything/Makefile.am b/test/everything/Makefile.am
index 32beb36..cb4b1d6 100644
--- a/test/everything/Makefile.am
+++ b/test/everything/Makefile.am
@@ -10,7 +10,7 @@ EVERYTHING_IDLOUT = \
$(EVERYTHING_BUILT) \
everything-imodule.c
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_builddir)/include \
-I$(top_builddir)/src \
@@ -78,7 +78,7 @@ include $(top_srcdir)/Makefile.shared
BUILT_SOURCES = ${EVERYTHING_BUILT} everything-imodule.c
CLEANFILES = ${BUILT_SOURCES} iorfile
-TESTS = $(srcdir)/test.sh
+TESTS = $(top_builddir)/test/everything/test.sh
EXTRA_DIST = $(IDL_FILES) test.sh $(included_src)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]