summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-11 21:31:50 +0100
committerJim Meyering <meyering@redhat.com>2012-01-11 21:31:50 +0100
commit9e61483eb1f62e4bd4b1c2a2492d4b46294abd0c (patch)
tree993e91c52761dd6c8bae53020156768ef5f4bee1 /lib
parent6f6a3d158959b5b3dc1f067f89c21e5303b91ba4 (diff)
downloadgzip-9e61483eb1f62e4bd4b1c2a2492d4b46294abd0c.tar.gz
build: accommodate newer bootstrap from gnulib
* bootstrap.conf (gnulib_tool_option_extras): Add both --symlink and --makefile-name=gnulib.mk. * bootstrap: Update from gnulib. * tests/init.sh: Update from gnulib. * lib/Makefile.am: Initialize all of the following so that generated code in gnulib.mk may use += to append to those variables: AM_CFLAGS, BUILT_SOURCES, CLEANFILES, EXTRA_DIST, MOSTLYCLEANDIRS, MOSTLYCLEANFILES, SUFFIXES, noinst_LTLIBRARIES.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index fb11166..f31fd9a 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -16,6 +16,14 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+AM_CFLAGS =
+BUILT_SOURCES =
+CLEANFILES =
+EXTRA_DIST =
+MOSTLYCLEANDIRS =
+MOSTLYCLEANFILES =
+SUFFIXES =
+noinst_LIBRARIES =
include gnulib.mk