diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-27 21:17:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-27 21:17:50 +0000 |
commit | 956a910ef2e2360ea223784ba2e1c9525205e1c5 (patch) | |
tree | a7102ae42c2210000d96d7e3d0e71efbf5aa72e2 | |
parent | 3a6b263a9d92f0e69c0cc9900006d36656e3a2ba (diff) | |
download | idutils-956a910ef2e2360ea223784ba2e1c9525205e1c5.tar.gz idutils-956a910ef2e2360ea223784ba2e1c9525205e1c5.tar.bz2 idutils-956a910ef2e2360ea223784ba2e1c9525205e1c5.zip |
(AUTOMAKE_OPTIONS): Use ../src/ansi2knr.
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index fed97bb..8904926 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to create Makefile.in +AUTOMAKE_OPTIONS = ../src/ansi2knr + noinst_LIBRARIES = libsys.a EXTRA_DIST = alloca.c basename.c dirname.c error.c fnmatch.c memcpy.c \ |