diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-13 08:34:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-13 08:34:17 +0000 |
commit | 887f41c0629d5c156e49af56d8aeb1f1dc23ff63 (patch) | |
tree | 187f6a2349833dc42e5d3dce0806858f8bf1425d /Makefile.am | |
parent | 4b1350e467af1c5e4f18a6c3ce8b8f74a250114d (diff) | |
download | curl-887f41c0629d5c156e49af56d8aeb1f1dc23ff63.tar.gz |
Dan Fandrich added libcurl.pc.in to the dist
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 395667519..e759fe3af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = CHANGES COPYING maketgz reconf Makefile.dist curl-config.in \ - curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat + curl-style.el sample.emacs RELEASE-NOTES buildconf buildconf.bat libcurl.pc.in bin_SCRIPTS = curl-config |