From ffeabe9db40ea836e3d5adbd3a5de1c557342593 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 23 Dec 2013 09:00:11 -0800 Subject: [PATCH] Makefile.am: Add rule to ensure that glade/OChangeLog is always distributed. Otherwise it only gets distributed if configured --with-gui-tools. --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index a5a7d5c79e..6e60789d2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,12 @@ PHONY = SUFFIXES = .q LDADD = gl/libgl.la +# This ensures that files added to EXTRA_DIST are always distributed, +# even if they are inside an Automake if...endif conditional block that is +# disabled by some particular "configure" run. For more information, see: +# http://article.gmane.org/gmane.comp.sysutils.automake.general/10891 +noinst_HEADERS = $(EXTRA_DIST) + generate-changelog: if test -d $(top_srcdir)/.git; then \ $(top_srcdir)/build-aux/gitlog-to-changelog --since=2008-07-27 \ -- 2.30.2