diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 14:08:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 14:08:18 +0000 |
commit | e6ed3478ea5a3ae191b244814a273c566d432f39 (patch) | |
tree | b945c4057835ae31608c394afeb5c6f8ff3dcb38 /Makefile.am | |
parent | db08d9c6b9af6faa4613e60d4db4b0da0bb3f615 (diff) | |
download | curl-e6ed3478ea5a3ae191b244814a273c566d432f39.tar.gz |
automake usage and options cleanup
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fc6d808c7..f9f40550b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign no-dependencies +AUTOMAKE_OPTIONS = foreign EXTRA_DIST = \ CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \ |