diff options
| author | Rex Dieter <rdieter@gmail.com> | 2011-01-13 19:36:21 +0000 |
|---|---|---|
| committer | Rex Dieter <rdieter@gmail.com> | 2011-01-13 19:36:21 +0000 |
| commit | 5f1e13e77032e2bad20a5f06aa0e93c8b4a8fdf4 (patch) | |
| tree | e6435a6a4ed287f4e2bc9001c81201bc19163194 /libopenjpeg1.pc.in | |
| parent | d2d6e1fd6ff9a09631cb7c7353cbdfb74f1ccc4e (diff) | |
adjust autotools pkg-config support to match
Diffstat (limited to 'libopenjpeg1.pc.in')
| -rw-r--r-- | libopenjpeg1.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libopenjpeg1.pc.in b/libopenjpeg1.pc.in new file mode 100644 index 00000000..83959217 --- /dev/null +++ b/libopenjpeg1.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: openjpeg +Description: JPEG2000 files library +URL: http://www.openjpeg.org/ +Version: @VERSION@ +Libs: -L${libdir} -lopenjpeg +Cflags: -I${includedir} |
