]> andersk Git - moira.git/blobdiff - configure.in
Command line printer manipulation client, and build goo.
[moira.git] / configure.in
index 4c558670ea5a51a0e87cca0616b7140f0e4c3561..a747c2c01e78d3c5b210d1b3c1124214edcb8afa 100755 (executable)
@@ -464,19 +464,20 @@ 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 \
          clients/chpobox/Makefile clients/chsh/Makefile \
-         clients/mailmaint/Makefile clients/mitch/Makefile \
-         clients/moira/Makefile clients/mrcheck/Makefile \
-         clients/mrtest/Makefile clients/stanley/Makefile \
-         clients/stella/Makefile update/Makefile man/Makefile \
-         $WEBMOIRA_OUTPUT_FILES $SERVER_OUTPUT_FILES $WINAD_OUTPUT_FILES \
+         clients/eunice/Makefile clients/mailmaint/Makefile \
+         clients/mitch/Makefile clients/moira/Makefile \
+         clients/mrcheck/Makefile clients/mrtest/Makefile \
+         clients/stanley/Makefile clients/stella/Makefile \
+         update/Makefile man/Makefile $WEBMOIRA_OUTPUT_FILES \
+         $SERVER_OUTPUT_FILES $WINAD_OUTPUT_FILES \
          $AFS_OUTPUT_FILES $RSAREF_OUTPUT_FILES)
This page took 0.031976 seconds and 4 git commands to generate.