blob: 964ac19497c42ce1a946a541cc80e5b11eb2a1a3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*-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
|