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

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

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

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