diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-22 21:17:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-22 21:17:58 +0000 |
commit | c77f77a1ce2e00f3db59e8337268325f879908fb (patch) | |
tree | 01f7b9f133b12c76b6a214b47423cf2b59f9e40d /src | |
parent | 2966ef66616fc641e67c401737a968c60cb68ca6 (diff) |
general autoconf and automake fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b64ea24bb..ea77c6a1e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,7 @@ CLEANFILES = hugehelp.c NROFF=@NROFF@ EXTRA_DIST = mkhelp.pl config-win32.h \ - Makefile.vc6 Makefile.b32 Makefile.m32 + Makefile.vc6 Makefile.b32 Makefile.m32 config.h.in AUTOMAKE_OPTIONS = foreign no-dependencies |