blob: bd55725b67fb9724dbf7b5a9c506cbbf0861b0ce (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*-Makefile-*-, or close enough
AUTOMAKE_OPTIONS = 1.6 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
|