diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-05-29 00:21:58 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-05-29 00:21:58 +0000 |
commit | 4d1dec4d5f9619377b00c5e3be37d0b2f4bd398d (patch) | |
tree | 1863536d78a1de5cc8e4a14ff7dd7f98bc5c3102 /x11-base/xfree/files/4.2.0-r11/lib/libOSMesa.la | |
parent | update for libglade dependency (diff) | |
download | gentoo-2-4d1dec4d5f9619377b00c5e3be37d0b2f4bd398d.tar.gz gentoo-2-4d1dec4d5f9619377b00c5e3be37d0b2f4bd398d.tar.bz2 gentoo-2-4d1dec4d5f9619377b00c5e3be37d0b2f4bd398d.zip |
new bugfix revision
Diffstat (limited to 'x11-base/xfree/files/4.2.0-r11/lib/libOSMesa.la')
-rw-r--r-- | x11-base/xfree/files/4.2.0-r11/lib/libOSMesa.la | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-base/xfree/files/4.2.0-r11/lib/libOSMesa.la b/x11-base/xfree/files/4.2.0-r11/lib/libOSMesa.la new file mode 100644 index 000000000000..1ca2ec61435e --- /dev/null +++ b/x11-base/xfree/files/4.2.0-r11/lib/libOSMesa.la @@ -0,0 +1,32 @@ +# libOSMesa.la - a libtool library file +# Generated by ltmain.sh - GNU libtool 1.4 (1.920 2001/04/24 23:26:18) +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libOSMesa.so.3' + +# Names of this library. +library_names='libOSMesa.so.3.3 libOSMesa.so.3 libOSMesa.so' + +# The name of the static archive. +old_library='' + +# Libraries that this one depends upon. +dependency_libs=' -L/usr/X11R6/lib -lGL -lSM -lICE -lXmu -lXt -lXext -lXi -lX11 -ldl -lpthread ' + +# Version information for libOSMesa. +current=4 +age=3 +revision=0 + +# Is this an already installed library? +installed=yes + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/usr/X11R6/lib' |