diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-02-08 09:56:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-02-08 09:56:23 +0000 |
commit | a2bff51ede85311d3727b470bb1de2dd91a669a7 (patch) | |
tree | 3fee20d6fe7454e949d79b81039d5332b827fb89 /lib/Makefile.am | |
parent | 5dc1240c49afe84fc3a0174ae87299ed5a4eb766 (diff) |
include mk-ca-bundle.pl in the tarballs
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index a6f7d2bcc..4986071a5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. +# Copyright (C) 1998 - 2008, 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 @@ -35,7 +35,7 @@ EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos \ amigaos.c amigaos.h makefile.amiga Makefile.netware nwlib.c nwos.c \ libcurl.imp msvcproj.head msvcproj.foot config-win32ce.h \ config-os400.h setup-os400.h \ - Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) + Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl CLEANFILES = $(DSP) $(VCPROJ) |