~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to docs/examples/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-11-26 17:51:27 UTC
  • mto: (1.3.1) (3.6.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: package-import@ubuntu.com-20121126175127-12yqb822maaw0m2m
Tags: upstream-7.28.1
ImportĀ upstreamĀ versionĀ 7.28.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
# $(top_builddir)/include for generated curlbuild.h included from lib/setup.h
35
35
# $(top_srcdir)/include is for libcurl's external include files
36
36
 
37
 
INCLUDES = -I$(top_builddir)/include/curl \
38
 
           -I$(top_builddir)/include      \
39
 
           -I$(top_srcdir)/include
 
37
AM_CPPFLAGS = -I$(top_builddir)/include/curl \
 
38
              -I$(top_builddir)/include      \
 
39
              -I$(top_srcdir)/include \
 
40
              -DCURL_NO_OLDIES
40
41
 
41
42
LIBDIR = $(top_builddir)/lib
42
43
 
43
 
AM_CPPFLAGS = -DCURL_NO_OLDIES
44
 
 
45
44
# Mostly for Windows build targets, when using static libcurl
46
45
if USE_CPPFLAG_CURL_STATICLIB
47
46
AM_CPPFLAGS += -DCURL_STATICLIB