version, based off of 3.74, seems to have problems with NSPR autoconf. r=cls. git-svn-id: svn://10.0.0.236/trunk@85225 18797224-902f-48f8-a5cc-f745e15eee43
11 lines
230 B
Makefile
11 lines
230 B
Makefile
# -*-Makefile-*-, or close enough
|
|
|
|
AUTOMAKE_OPTIONS = 1.4 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
|