Prepend "$libreplacedir/" to all objects in LIBREPLACEOBJ
[ira/wip.git] / lib / replace / libreplace.m4
index 78159010327e68fb2c2d2cd95254237b23466965..af8587938d12ca16c1751b83e71f3fc92f1c6063 100644 (file)
@@ -16,7 +16,7 @@ done
 if test x"$libreplacedir" = "x"; then
        AC_MSG_ERROR([cannot find libreplace in $libreplacepaths])
 fi
-LIBREPLACEOBJ="replace.o"
+LIBREPLACEOBJ="$libreplacedir/replace.o"
 AC_SUBST(LIBREPLACEOBJ)
 
 AC_CANONICAL_BUILD