]> andersk Git - moira.git/blobdiff - configure.in
Link directly against libmoira in build tree. Regenerate configure.
[moira.git] / configure.in
index 4c558670ea5a51a0e87cca0616b7140f0e4c3561..fd2a2f1e65fd145eb40db6890c710a81a4af9692 100755 (executable)
@@ -464,12 +464,12 @@ KLIBS="$KRB4_LIBS $KRB5_LIBS -lcom_err $KLIBS"
 if test "$zephyr" != no; then
   KLIBS="-lzephyr $KLIBS"
 fi
-LIBS="-lmoira $KLIBS"
-AC_SUBST(KLIBS)
-
 MR_LIBDEP='$(BUILDTOP)/lib/libmoira.la'
 AC_SUBST(MR_LIBDEP)
 
+LIBS="$MR_LIBDEP $KLIBS"
+AC_SUBST(KLIBS)
+
 AC_OUTPUT(Makefile lib/Makefile include/Makefile clients/Makefile \
          clients/lib/Makefile clients/addusr/Makefile \
          clients/blanche/Makefile clients/chfn/Makefile \
This page took 0.042215 seconds and 4 git commands to generate.