diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-28 21:49:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-28 21:49:01 +0000 |
commit | adf00f5b2e662241316fca8428c560a778974dbe (patch) | |
tree | d1c56e9e3efdf1df362ba28b78e7ce31e425dddd /Makefile.am | |
parent | 0844c4fdb236b5ee07cab9ba44ccdb4a37c1ca46 (diff) |
added libtool
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 ed8cac95d..ae4b11e52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies EXTRA_DIST = \ CHANGES LEGAL maketgz MITX.txt MPL-1.1.txt \ config-win32.h reconf packages/README Makefile.dist \ - curl-config.in + curl-config.in libtool bin_SCRIPTS = curl-config |