diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-19 15:04:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-19 15:04:15 +0000 |
commit | 1110f5f33519124d2795535ecf86cf5d0c22da08 (patch) | |
tree | af8f39127c55cd76fae71fdd3e3f2f11114bc226 /lib/Makefile.am | |
parent | 68c59ca3001df5cd70063cbbf5bb57133236c24c (diff) | |
download | coreutils-1110f5f33519124d2795535ecf86cf5d0c22da08.tar.xz |
(AUTOMAKE_OPTIONS): Use ansi2knr so *I* don't
have to convert my hash package to use k&r C.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 8734a6a22..3ab2a6daa 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- + +AUTOMAKE_OPTIONS = ../src/ansi2knr + noinst_LIBRARIES = libfu.a EXTRA_DIST = chown.c getgroups.c getline.c lstat.c malloc.c mktime.c \ |