Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 918e440bd2ed202114c8d71a18b103e3 > files > 3

oaf-0.6.10-17mdv2008.0.src.rpm

--- oaf-0.6.10/oaf-config.in.libdir	2002-04-15 06:37:09.000000000 -0400
+++ oaf-0.6.10/oaf-config.in	2005-02-28 11:47:39.278359922 -0500
@@ -4,7 +4,6 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 exec_prefix_set=no
 includedir=@includedir@
-libdir=@libdir@
 
 usage()
 {
@@ -83,7 +82,7 @@ while test $# -gt 0; do
     shift
 done
 
-the_libs="$the_libs -L$libdir -loaf `@ORBIT_CONFIG@ --use-service=name --libs server`"
+the_libs="$the_libs -loaf `@ORBIT_CONFIG@ --use-service=name --libs server`"
 
 if test $includedir != /usr/include ; then
   the_flags="$the_flags -I$includedir `@ORBIT_CONFIG@ --cflags server`"
--- oaf-0.6.10/oafConf.sh.in.libdir	2001-09-26 13:44:02.000000000 -0400
+++ oaf-0.6.10/oafConf.sh.in	2005-02-28 11:47:24.621403299 -0500
@@ -16,8 +16,8 @@ for i in $orbit_libs_output; do
 	esac
 done
 
-OAF_LIBDIR="-L@libdir@ $orbit_libdirs"
+OAF_LIBDIR="$orbit_libdirs"
 OAF_LIBS="-loaf $orbit_libs"
-OAF_INCLUDEDIR="-I@includedir@ $orbit_includes"
+OAF_INCLUDEDIR="$orbit_includes"
 MODULE_VERSION="oaf-@VERSION@"