From 5b9bd92a67a3faa7b5ba00bd256b02a96275f433 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Tue, 1 Sep 2009 22:45:43 +0200 Subject: Always build tools/ subdirectory (bgo #593518) * Makefile.am (SUBDIRS): Unconditionally recurse into the tools/ subdirectory, rather than only in maintainer-mode. Otherwise, the code generator support files located there would not be installed when building a tarball of glibmm. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b45cf50f..d99bea95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal if MAINTAINER_MODE -src_subdirs = tools glib/src gio/src +src_subdirs = glib/src gio/src else src_subdirs = endif @@ -28,7 +28,7 @@ doc_subdirs = docs else doc_subdirs = endif -SUBDIRS = $(src_subdirs) glib/glibmm gio/giomm tests examples $(doc_subdirs) +SUBDIRS = tools $(src_subdirs) glib/glibmm gio/giomm tests examples $(doc_subdirs) glibmm_includedir = $(includedir)/$(GLIBMM_MODULE_NAME) glibmm_include_HEADERS = glib/glibmm.h -- cgit v1.2.1