[glibmm/gmmproc-refactor] Fix tests and examples compilation.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/gmmproc-refactor] Fix tests and examples compilation.
- Date: Sun, 22 Jul 2012 18:17:57 +0000 (UTC)
commit 5e06a349ffec272f7a120936f6552a67ed973391
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Sun Jul 22 17:50:56 2012 +0200
Fix tests and examples compilation.
GIOMM_CFLAGS got commented out, so we have to use GLIBMM_CFLAGS for
now.
examples/Makefile.am | 2 +-
tests/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 998b350..18626a5 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -44,7 +44,7 @@ glibmm_includes = -I$(top_builddir)/glib $(if $(srcdir:.=),-I$(top_srcdir)/glib)
#giomm_includes = -I$(top_builddir)/gio $(if $(srcdir:.=),-I$(top_srcdir)/gio)
local_cppflags = -I$(top_builddir) $(glibmm_includes) $(giomm_includes)
-AM_CPPFLAGS = $(local_cppflags)
+AM_CPPFLAGS = $(local_cppflags) $(GLIBMM_CFLAGS)
AM_CXXFLAGS = $(GLIBMM_WXXFLAGS) -DGLIBMM_DISABLE_DEPRECATED -DGIOMM_DISABLE_DEPRECATED
#AM_CXXFLAGS += $(GIOMM_CFLAGS)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8b3940d..36a72c2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -48,7 +48,7 @@ glibmm_includes = -I$(top_builddir)/glib $(if $(srcdir:.=),-I$(top_srcdir)/glib)
local_cppflags = -I$(top_builddir) $(glibmm_includes)
#local_cppflags += $(giomm_includes)
-AM_CPPFLAGS = $(local_cppflags)
+AM_CPPFLAGS = $(local_cppflags) $(GLIBMM_CFLAGS)
#AM_CPPFLAGS += $(GIOMM_CFLAGS)
AM_CXXFLAGS = $(GLIBMM_WXXFLAGS) -DGLIBMM_DISABLE_DEPRECATED -DGIOMM_DISABLE_DEPRECATED
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]