mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 06:27:57 +00:00
10 lines
230 B
Makefile
10 lines
230 B
Makefile
# -*-Makefile-*-, or close enough
|
|
|
|
AUTOMAKE_OPTIONS = 1.3 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
|