~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

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.55 2005/03/31 07:02:02 bagder Exp $
 
21
# $Id: Makefile.am,v 1.56 2005/11/16 07:20:58 bagder Exp $
22
22
###########################################################################
23
23
 
24
24
AUTOMAKE_OPTIONS = foreign
31
31
SUBDIRS = lib src
32
32
DIST_SUBDIRS = $(SUBDIRS) tests include packages docs
33
33
 
 
34
pkgconfigdir = $(libdir)/pkgconfig
 
35
pkgconfig_DATA = libcurl.pc
 
36
 
34
37
dist-hook:
35
38
        rm -rf $(top_builddir)/tests/log
36
39
        find $(distdir) -name "*.dist" -exec rm {} \;