diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-27 20:46:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-27 20:46:15 +0000 |
commit | c3789e4f809cc30b912896e6dd3225c6c1ff78cf (patch) | |
tree | e106fa2f55377a88194512db4d6ac2c80c1b81c3 | |
parent | e44c64d1da72a47cf54ee9cf69ed86fb41cb25ed (diff) | |
download | idutils-c3789e4f809cc30b912896e6dd3225c6c1ff78cf.tar.gz idutils-c3789e4f809cc30b912896e6dd3225c6c1ff78cf.tar.bz2 idutils-c3789e4f809cc30b912896e6dd3225c6c1ff78cf.zip |
(EXTRA_DIST): Remove getopt.c and getopt1.c.
-rw-r--r-- | lib/Makefile.am | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 886002e..fed97bb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,10 +2,9 @@ noinst_LIBRARIES = libsys.a -EXTRA_DIST = alloca.c basename.c dirname.c error.c fnmatch.c getopt.c \ - getopt1.c memcpy.c memset.c obstack.c regex.c rx.c \ - strcasecmp.c strcspn.c strdup.c strndup.c strpbrk.c strspn.c \ - strstr.c strtok.c +EXTRA_DIST = alloca.c basename.c dirname.c error.c fnmatch.c memcpy.c \ + memset.c obstack.c regex.c rx.c strcasecmp.c strcspn.c strdup.c \ + strndup.c strpbrk.c strspn.c strstr.c strtok.c libsys_a_SOURCES = xgetcwd.c xmalloc.c @@ -13,10 +12,9 @@ noinst_HEADERS = ansidecl.h error.h fnmatch.h getopt.h obstack.h \ pathmax.h regex.h rx.h xalloca.h xdirent.h xfnmatch.h \ xmalloc.h xobstack.h xstddef.h xstdlib.h xstring.h xsysstat.h \ xunistd.h - INCLUDES = -I. -I$(srcdir) \ -I../intl -I$(top_srcdir)/intl \ - -I.. -I$(top_srcdir) + -I.. -I$(top_srcdir) DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ -libsys_a_LIBADD = @REGEXOBJ@ @LIBOBJS@ @ALLOCA@ +libsys_a_LIBADD = @LIBOBJS@ @ALLOCA@ |