source: trunk/src/gmake/glob/Makefile.am@ 462

Last change on this file since 462 was 53, checked in by bird, 22 years ago

Initial revision

  • Property svn:eol-style set to native
File size: 325 bytes
Line 
1# -*-Makefile-*-, or close enough
2
3AUTOMAKE_OPTIONS = foreign
4
5# Only build the library when the system doesn't already have GNU glob.
6if USE_LOCAL_GLOB
7 noinst_LIBRARIES = libglob.a
8endif
9
10libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
11
12
13EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
14 configure.bat
Note: See TracBrowser for help on using the repository browser.