mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-28 15:57:48 +00:00
db401d8e0a
Fixed problems with the dist target (adding missing files). Workaround for a bug in gettext 0.12.1 po/Makefile.in.in where distclean wasn't cleaning everything, which caused distcheck to fail.
14 lines
325 B
Makefile
14 lines
325 B
Makefile
# -*-Makefile-*-, or close enough
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
# Only build the library when the system doesn't already have GNU glob.
|
|
if USE_LOCAL_GLOB
|
|
noinst_LIBRARIES = libglob.a
|
|
endif
|
|
|
|
libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
|
|
|
|
|
|
EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
|
|
configure.bat
|