~ubuntu-branches/ubuntu/quantal/imagemagick/quantal

« back to all changes in this revision

Viewing changes to wand/MagickWand-config.in

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-04 13:01:13 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090604130113-my9114jxmafpwew3
Tags: 7:6.5.1.0-1.1ubuntu1
* Merge from debian unstable, remaining changes:
  - (Build-)depend on libltdl7-dev instead of libltdl3-dev (the armel buildds
    currently have both available).
  - Don't build-dep on librsvg, it brings in excessive dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
      echo '@MAGICK_LDFLAGS@'
53
53
      ;;
54
54
    --libs)
55
 
      echo "-L${libdir} -lMagickWand -lMagickCore"
 
55
      echo "-L${libdir} -lMagickWand @MAGICK_LIBS@"
56
56
      ;;
57
57
    *)
58
58
      echo "${usage}" 1>&2