Blob Blame History Raw
--- ode-0.6/ode-config.in.lib64	2005-12-02 18:25:32.000000000 +0100
+++ ode-0.6/ode-config.in	2006-07-01 15:52:52.000000000 +0200
@@ -42,10 +42,8 @@
       echo  -I@includedir@/ode
       ;;
     --libs)
-      echo  -L@libdir@ -lode
-      ;;
     --shared-libs)
-      echo  -L@prefix@/lib -lode@so_ext@
+      echo -lode
       ;;
     *)
       echo "${usage}" 1>&2
--- ode-0.6/ode/src/Makefile.in.lib64	2006-06-09 16:54:49.000000000 +0200
+++ ode-0.6/ode/src/Makefile.in	2006-07-01 15:58:37.000000000 +0200
@@ -438,7 +438,7 @@
 # Fake an executable in order to get a shared library
 # Note the elegant and cunning way to trick Autotools to install a program
 # in a lib directory. --Rodrigo
-traplibdir = $(prefix)/lib
+traplibdir = $(libdir)
 libode_SOURCES = 
 libode_DEPENDENCIES = libfast.a libode.a $(am__append_2)
 libode_LDFLAGS = @SHARED_LDFLAGS@
--- ode-0.6/ode/src/Makefile.am.lib64	2006-07-01 15:57:23.000000000 +0200
+++ ode-0.6/ode/src/Makefile.am	2006-07-01 15:57:25.000000000 +0200
@@ -11,7 +11,7 @@
 # Fake an executable in order to get a shared library
 # Note the elegant and cunning way to trick Autotools to install a program
 # in a lib directory. --Rodrigo
-traplibdir=$(prefix)/lib
+traplibdir=$(libdir)
 EXEEXT=@so_ext@
 traplib_PROGRAMS=libode
 libode_SOURCES=