diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-04-14 22:00:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-04-14 22:00:37 +0000 |
commit | dd0b38b32f7f5f82861be905ac7fdbd9b1bc25f4 (patch) | |
tree | 00f8ec8c291313b3fe49028adf69e3a74ebc0aab /src | |
parent | 7816db8e8a8e5d2db3c5d7ae6fd79ba33ddc77b1 (diff) |
first take at bundling cmake-related files in the tarball
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index be768286f..2db575c78 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -55,9 +55,10 @@ NROFF=env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \ Makefile.riscos config.h.in macos/curl.mcp.xml.sit.hqx \ - macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp curlsrc.dsp \ + macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp curlsrc.dsp \ macos/src/macos_main.cpp config-amigaos.h makefile.amiga curl.rc \ - Makefile.netware Makefile.inc Makefile.Watcom curlsrc.dsw + Makefile.netware Makefile.inc Makefile.Watcom curlsrc.dsw \ + CMakeLists.txt MANPAGE=$(top_srcdir)/docs/curl.1 README=$(top_srcdir)/docs/MANUAL |