~ubuntu-branches/ubuntu/trusty/mapnik/trusty

« back to all changes in this revision

Viewing changes to plugins/input/raster/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-05-20 15:39:58 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090520153958-cf6z1ql9zva4y4dq
Tags: 0.6.0-1ubuntu1
* Merge from debian unstable (LP: #378819), remaining changes:
  - debian/control:
    + Change bdeps from python2.5-dev to python-all-dev (>= 2.5)
    + Change XS-Python-Version from 2.5 to >= 2.5
  - debian/rules:
    + Various changes to enable python2.5 and python2.6 builds
* debian/patches/libtool2_2.diff Dropped. Included upsteam.
* Removed quilt support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pkglibdir = $(libdir)/mapnik/input
1
2
 
2
3
pkglib_LTLIBRARIES = \
3
4
        raster.la
4
5
 
5
6
raster_la_SOURCES = \
6
7
        raster_datasource.cpp\
 
8
        raster_datasource.hpp\
7
9
        raster_featureset.cpp\
8
 
        raster_info.cpp
 
10
        raster_featureset.hpp\
 
11
        raster_info.cpp\
 
12
        raster_info.hpp
9
13
 
10
14
raster_la_CXXFLAGS = \
 
15
  -Wall \
 
16
  ${PROFILING_CFLAGS} \
 
17
  ${TRACING_CFLAGS} \
11
18
        -I../../../include
12
19
 
13
20
raster_la_LDFLAGS = \