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 /Makefile.am | |
parent | 2966ef66616fc641e67c401737a968c60cb68ca6 (diff) |
general autoconf and automake fixes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 321f238ff..ed8cac95d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,8 @@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = \ CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \ - config-win32.h reconf packages/README Makefile.dist + config-win32.h reconf packages/README Makefile.dist \ + curl-config.in bin_SCRIPTS = curl-config |