source: other-projects/trunk/linux-binaries/imagemagick/lib/pkgconfig/ImageMagick++.pc@ 17613

Last change on this file since 17613 was 17613, checked in by max, 16 years ago

Adding ImageMagick 6.4.4 for Linux that can work with JPEG2000 files by default.

File size: 284 bytes
Line 
1prefix=/home/user/mycustombuild/im
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include/ImageMagick
5
6
7Name: ImageMagick++
8Version: 6.4.4
9Description: Magick++ - C++ API for ImageMagick
10Requires: ImageMagick
11Libs: -L${libdir} -lMagick++
12Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.