diff options
author | adam <adam@pkgsrc.org> | 2006-02-10 20:35:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-02-10 20:35:28 +0000 |
commit | d604d37b7b48ea22ac86ba9525b7369831050968 (patch) | |
tree | 1a37b9ae72a6fad5d9a493e74ab929bf6ac8eb75 /devel/ode/PLIST | |
parent | 5d1cd91f0e950e95a00711567054f7a753452b5e (diff) | |
download | pkgsrc-d604d37b7b48ea22ac86ba9525b7369831050968.tar.gz |
Use LIBTOOL and build a dynamic library
Diffstat (limited to 'devel/ode/PLIST')
-rw-r--r-- | devel/ode/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ode/PLIST b/devel/ode/PLIST index cb71afe9640..775e88e603d 100644 --- a/devel/ode/PLIST +++ b/devel/ode/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2006/01/24 22:45:33 rillig Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/02/10 20:35:28 adam Exp $ include/ode/collision.h include/ode/collision_space.h include/ode/collision_trimesh.h @@ -20,5 +20,5 @@ include/ode/odecpp_old.h include/ode/odemath.h include/ode/rotation.h include/ode/timer.h -lib/libode.a +lib/libode.la @dirrm include/ode |