[gtkmm-documentation] Build examples on make check
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Build examples on make check
- Date: Fri, 21 Aug 2009 06:52:13 +0000 (UTC)
commit 7d30b8828b6f11e1512ee6ccd58d841ac63ea0f0
Author: Daniel Elstner <daniel kitta gmail com>
Date: Fri Aug 21 07:12:11 2009 +0200
Build examples on make check
* examples/Makefile.am (check_PROGRAMS): Rename from
noinst_PROGRAMS, so that the example programs are prerequisites
of the target 'check' rather than 'all'. This way, there is no
need for a configure switch to disable the examples build.
ChangeLog | 9 +++++++++
examples/Makefile.am | 2 +-
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 95b83eb..ace9a93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-08-21 Daniel Elstner <daniel kitta gmail com>
+ Build examples on make check
+
+ * examples/Makefile.am (check_PROGRAMS): Rename from
+ noinst_PROGRAMS, so that the example programs are prerequisites
+ of the target 'check' rather than 'all'. This way, there is no
+ need for a configure switch to disable the examples build.
+
+2009-08-21 Daniel Elstner <daniel kitta gmail com>
+
Distribute example data files
* examples/Makefile.am (dist_noinst_DATA): List data files of
diff --git a/examples/Makefile.am b/examples/Makefile.am
index ed33fbd..6e71c26 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -6,7 +6,7 @@ AM_CPPFLAGS = -I$(top_builddir) $(GTHREAD_CFLAGS) $(LIBGLADEMM_CFLAGS)
AM_CXXFLAGS = $(EXAMPLES_WXXFLAGS)
LDADD = $(GTKMM_LIBS)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
book/alignment/example \
book/aspectframe/example \
book/box/example \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]