mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-10 14:24:53 +00:00
11 lines
230 B
Text
11 lines
230 B
Text
|
# -*-Makefile-*-, or close enough
|
||
|
|
||
|
AUTOMAKE_OPTIONS = 1.2 foreign
|
||
|
|
||
|
noinst_LIBRARIES = libglob.a
|
||
|
|
||
|
libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
|
||
|
|
||
|
EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
|
||
|
configure.bat
|