mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2026-01-14 02:01:39 +00:00
* cfg.mk: Exclude contrib/libtool.patch from 'make syntax-check' * configure.ac: Patch libtool * contrib/libtool.patch: New file * lib/Makefile.am: Unset $LIBS * libwget/Makefile.am: Use -no-whole-archive This patch keeps the libwget libraries short by not adding *everything* from lib/libgnu.a.
13 lines
189 B
Makefile
13 lines
189 B
Makefile
MOSTLYCLEANFILES =
|
|
noinst_LTLIBRARIES =
|
|
EXTRA_DIST =
|
|
BUILT_SOURCES =
|
|
MOSTLYCLEANDIRS =
|
|
CLEANFILES =
|
|
SUFFIXES =
|
|
LIBS =
|
|
|
|
AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
|
|
|
|
include gnulib.mk
|