~ubuntu-branches/ubuntu/lucid/exiv2/lucid

« back to all changes in this revision

Viewing changes to config/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-01-01 11:42:13 UTC
  • mfrom: (1.1.11 upstream) (11.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100101114213-udvbbi9sbqbtp2vb
Tags: 0.19-1
* New upstream release 
  - TIFF performance improvement and Nikon updates
* NEW package libexiv2-6 - soname bump

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
32
#
33
33
# File:      Makefile.in
34
 
# Version:   $Rev: 1750 $
 
34
# Version:   $Rev: 1937 $
35
35
# Author(s): Andreas Huggel (ahu) <ahuggel@gmx.net>
36
36
# History:   15-Jan-04, ahu: created
37
37
#
94
94
# This removes almost everything, including the configure script!
95
95
maintainer-clean: distclean
96
96
        rm -f configure
 
97
        -cd test && $(MAKE) $(MAKECMDGOALS)
97
98
 
98
99
config/config.mk: 
99
100
        $(error File config/config.mk does not exist. Did you run ./configure?)