GNOME Bugzilla – Bug 741678
configure: add --disable-examples switch
Last modified: 2014-12-31 13:05:58 UTC
The attached patch aims to make it possible to configure using --disable-examples in order to skip building the example code.
Created attachment 292932 [details] [review] Proposed patch making it possible to disable examples.
Pushed, after fixing up 'make distcheck' (DIST_SUBDIRS) commit b6e4587afdc5291e1e6ad9e23df3282b21178b12 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Wed Dec 17 20:02:05 2014 +0100 configure: add --disable-examples switch https://bugzilla.gnome.org/show_bug.cgi?id=741678
Missed one :) commit e2b31dd9b4dd6ad93a3548327b9666b572f6a177 Author: Tim-Philipp Müller <tim@centricular.com> Date: Wed Dec 31 13:04:57 2014 +0000 Fix 'make check' from top-level directory diff --git a/Makefile.am b/Makefile.am index 9624f7e..dccba6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ SUBDIRS = \ common \ pkgconfig \ docs \ - $(SUBDIRS_EXAMPLES) + $(SUBDIRS_EXAMPLES) \ tests