]> andersk Git - moira.git/commitdiff
build stella
authorzacheiss <zacheiss>
Thu, 10 Feb 2000 05:36:12 +0000 (05:36 +0000)
committerzacheiss <zacheiss>
Thu, 10 Feb 2000 05:36:12 +0000 (05:36 +0000)
clients/Makefile.in
configure
configure.in

index 3efc9a9d4a35425525b467604d495cf5c8813434..2e71322e76420ea5599615f35147abae844e81c7 100644 (file)
@@ -7,7 +7,7 @@ srcdir=@srcdir@
 VPATH=@srcdir@
 
 CURSES_SUBDIRS=mailmaint
-SUBDIRS=lib addusr blanche moira mrcheck mrtest passwd @CURSES_SUBDIRS@
+SUBDIRS=lib addusr blanche moira mrcheck mrtest stella passwd @CURSES_SUBDIRS@
 
 all:
        @for d in $(SUBDIRS); do (echo "### Making $@ in clients/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
index ad59493877da47e02178d468addb0177a593c575..3490a4e5d5aa9d1f2d266a3b82c4491fdf8fcc13 100755 (executable)
--- a/configure
+++ b/configure
@@ -2702,8 +2702,8 @@ trap 'rm -fr `echo "Makefile lib/Makefile include/Makefile clients/Makefile \
          clients/lib/Makefile clients/addusr/Makefile \
          clients/blanche/Makefile clients/mailmaint/Makefile
          clients/moira/Makefile clients/mrcheck/Makefile
-         clients/mrtest/Makefile clients/passwd/Makefile
-         update/Makefile man/Makefile \
+         clients/mrtest/Makefile clients/stella/Makefile \
+         clients/passwd/Makefile update/Makefile man/Makefile \
          $SERVER_OUTPUT_FILES $AFS_OUTPUT_FILES \
          $RSAREF_OUTPUT_FILES" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
@@ -2818,8 +2818,8 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile lib/Makefile include/Makefile clients/Mak
          clients/lib/Makefile clients/addusr/Makefile \
          clients/blanche/Makefile clients/mailmaint/Makefile
          clients/moira/Makefile clients/mrcheck/Makefile
-         clients/mrtest/Makefile clients/passwd/Makefile
-         update/Makefile man/Makefile \
+         clients/mrtest/Makefile clients/stella/Makefile \
+         clients/passwd/Makefile update/Makefile man/Makefile \
          $SERVER_OUTPUT_FILES $AFS_OUTPUT_FILES \
          $RSAREF_OUTPUT_FILES"}
 EOF
index 7eeaf2e937fb4acf480fb755524e593d8db874b3..ab7605690b4678420319cba0b2052a8ea123f9fc 100755 (executable)
@@ -372,7 +372,7 @@ AC_OUTPUT(Makefile lib/Makefile include/Makefile clients/Makefile \
          clients/lib/Makefile clients/addusr/Makefile \
          clients/blanche/Makefile clients/mailmaint/Makefile
          clients/moira/Makefile clients/mrcheck/Makefile
-         clients/mrtest/Makefile clients/passwd/Makefile
-         update/Makefile man/Makefile \
+         clients/mrtest/Makefile clients/stella/Makefile \
+         clients/passwd/Makefile update/Makefile man/Makefile \
          $SERVER_OUTPUT_FILES $AFS_OUTPUT_FILES \
          $RSAREF_OUTPUT_FILES)
This page took 0.049576 seconds and 5 git commands to generate.