~ubuntu-branches/ubuntu/edgy/curl/edgy

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-29 15:04:24 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060629150424-pn00qumt9sml8p4m
Tags: 7.15.4-1ubuntu1
Synchronize to Debian. Only change left: Removal of stunnel and
libdb4.2-dev build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#                            | (__| |_| |  _ <| |___
6
6
#                             \___|\___/|_| \_\_____|
7
7
#
8
 
# Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
# Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
#
10
10
# This software is licensed as described in the file COPYING, which
11
11
# you should have received as part of this distribution. The terms
18
18
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
# KIND, either express or implied.
20
20
#
21
 
# $Id: Makefile.am,v 1.108 2005/03/31 07:02:03 bagder Exp $
 
21
# $Id: Makefile.am,v 1.110 2006-05-31 05:17:27 bagder Exp $
22
22
###########################################################################
23
23
AUTOMAKE_OPTIONS = foreign nostdinc
24
24
 
25
25
DSP = curllib.dsp
26
26
 
27
27
EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP)    \
28
 
 curllib.dsw config-win32.h config-win32ce.h config-riscos.h     \
 
28
 curllib.dsw config-win32.h config-win32ce.h config-riscos.h                  \
29
29
 config-mac.h config.h.in ca-bundle.crt README.encoding README.memoryleak     \
30
30
 README.ares README.curlx makefile.dj config.dj libcurl.framework.make        \
31
31
 libcurl.plist libcurl.rc config-amigaos.h amigaos.c amigaos.h makefile.amiga \
32
32
 Makefile.netware nwlib.c libcurl.imp msvcproj.head msvcproj.foot             \
33
 
 config-win32ce.h README.httpauth Makefile.Watcom README.hostip
 
33
 config-win32ce.h README.httpauth Makefile.Watcom README.hostip               \
 
34
 README.multi_socket config-tpf.h
34
35
 
35
36
CLEANFILES = $(DSP)
36
37