~ubuntu-branches/ubuntu/gutsy/plotutils/gutsy

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Floris Bruynooghe
  • Date: 2006-06-10 22:30:09 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060610223009-lfgb9ceyzjykj3z1
Tags: 2.4.1-15
* 14_manpage_spline.dpatch: correct long option of -n (Closes: #247208).
* debian/control: changed maintainer email address, old will expire soon.
* Changed libpng12-0-dev (virtual) to libpng12-dev (real) in Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if ENABLE_LIBPLOTTER
 
1
if NO_LIBPLOTTER
 
2
ADD_LIBPLOTTER =
 
3
else
2
4
ADD_LIBPLOTTER = pic2plot.test
3
 
else
4
 
ADD_LIBPLOTTER =
5
5
endif
6
6
 
7
7
TESTS = spline.test ode.test graph.test plot2plot.test plot2hpgl.test plot2pcl.test plot2fig.test plot2cgm.test plot2ps.test plot2svg.test tek2plot.test $(ADD_LIBPLOTTER)