[gtkmm-documentation] Build examples with $(GTKMM_CFLAGS)



commit 02ee51aba5b1075c3205a4a1fb7ece62e090c2a4
Author: Daniel Elstner <danielk openismus com>
Date:   Tue Aug 25 12:47:07 2009 +0200

    Build examples with $(GTKMM_CFLAGS)
    
    * examples/Makefile.am (AM_CPPFLAGS): Append $(GTKMM_CFLAGS) to
    get the example programs to build again.

 ChangeLog            |    7 +++++++
 examples/Makefile.am |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 987d62f..35cfd9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2009-08-25  Daniel Elstner  <danielk openismus com>
 
+	Build examples with $(GTKMM_CFLAGS)
+
+	* examples/Makefile.am (AM_CPPFLAGS): Append $(GTKMM_CFLAGS) to
+	get the example programs to build again.
+
+2009-08-25  Daniel Elstner  <danielk openismus com>
+
 	Handle missing dependency in gnome-doc-utils.make
 
 	* docs/tutorial/Makefile.am: Move the gnome-doc-utils.make include
diff --git a/examples/Makefile.am b/examples/Makefile.am
index fe96569..59c9b59 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = subdir-objects
 
-AM_CPPFLAGS = -I$(top_builddir) $(GTHREAD_CFLAGS)
+AM_CPPFLAGS = -I$(top_builddir) $(GTHREAD_CFLAGS) $(GTKMM_CFLAGS)
 AM_CXXFLAGS = $(EXAMPLES_WXXFLAGS)
 LDADD       = $(GTKMM_LIBS)
 



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