~ubuntu-branches/ubuntu/intrepid/curl/intrepid

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070516151654-jo48r81zempo1qav
Tags: 7.16.2-3ubuntu1
* Merge with Debian; remaining changes:
  - Drop the stunnel build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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.53 2005/03/31 07:02:03 bagder Exp $
 
21
# $Id: Makefile.am,v 1.55 2007-02-17 01:29:01 danf Exp $
22
22
###########################################################################
23
23
AUTOMAKE_OPTIONS = foreign nostdinc
24
24
 
26
26
# we use srcdir/include for the static global include files
27
27
# we use builddir/src for the generated include files to get found
28
28
# we use srcdir/lib for the header files we "borrow" from the lib
29
 
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_builddir)/src \
30
 
        -I$(top_srcdir)/lib
 
29
 
 
30
INCLUDES = -I$(top_srcdir)/include \
 
31
           -I$(top_builddir)/lib   \
 
32
           -I$(top_builddir)/src   \
 
33
           -I$(top_srcdir)/lib     \
 
34
           -I$(top_srcdir)/src
31
35
 
32
36
bin_PROGRAMS = curl
33
37
 
34
38
include Makefile.inc
35
39
 
36
 
curl_LDADD = ../lib/libcurl.la
 
40
curl_LDADD = ../lib/libcurl.la @CURL_LIBS@
37
41
curl_DEPENDENCIES = ../lib/libcurl.la
38
42
BUILT_SOURCES = hugehelp.c
39
43
CLEANFILES = hugehelp.c