From: Ben Pfaff Date: Mon, 23 Dec 2013 17:00:11 +0000 (-0800) Subject: Makefile.am: Add rule to ensure that glade/OChangeLog is always distributed. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffeabe9db40ea836e3d5adbd3a5de1c557342593;p=pspp Makefile.am: Add rule to ensure that glade/OChangeLog is always distributed. Otherwise it only gets distributed if configured --with-gui-tools. --- 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 \