Files
wget2/lib/Makefile.am
Tim Rühsen c8ef9d6176 Use less warnings for gnulib compilation on --enable-gcc-warnings
* autogen.sh: Add option --makefile-name=gnulib.mk to gnulib-tool
* configure.ac: Add 'subdir-objects' to AM_INIT_AUTOMAKE,
  add macro 'gl_GCC_VERSION_IFELSE' from coreutils project,
  enable extra gcc warnings by default when running from Git repo,
  disable several warnings for gnulib compilation
* lib/Makefile.am: New file
2016-06-15 12:51:17 +02:00

12 lines
182 B
Makefile

MOSTLYCLEANFILES =
noinst_LTLIBRARIES =
EXTRA_DIST =
BUILT_SOURCES =
MOSTLYCLEANDIRS =
CLEANFILES =
SUFFIXES =
AM_CFLAGS = $(GNULIB_WARN_CFLAGS) $(WERROR_CFLAGS)
include gnulib.mk