blob: 12ce377a90573ba6e2ff127c580c1332ccc938fc (
plain)
1 # libmng.la - a libtool library file
2 # Generated by ltmain.sh - GNU libtool 1.5a (1.1240 2003/06/26 06:55:19)
3 #
4 # Please DO NOT delete this file!
5 # It is necessary for linking the library.
6
7 # The name that we can dlopen(3).
8 dlname='libmng.so.1'
9
10 # Names of this library.
11 library_names='libmng.so.1.0.9 libmng.so.1 libmng.so'
12
13 # The name of the static archive.
14 old_library='libmng.a'
15
16 # Libraries that this one depends upon.
17 dependency_libs=' -lz /usr/lib/libjpeg.la /usr/lib/liblcms.la -lm'
18
19 # Version information for libmng.
20 current=1
21 age=0
22 revision=9
23
24 # Is this an already installed library?
25 installed=yes
26
27 # Should we warn about portability when linking against -modules?
28 shouldnotlink=no
29
30 # Files to dlopen/dlpreopen
31 dlopen=''
32 dlpreopen=''
33
34 # Directory that this library needs to be installed in:
35 libdir='/usr/lib'
|