Makefile.in (libgssapi_krb5.a): Include the object files in the
mechglue directory as well.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7365
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Jan 23 03:32:25 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * configure.in: Add the mechglue directory as a subdir
+
+ * Makefile.in (libgssapi_krb5.a): Include the object files in the
+ mechglue directory as well.
+
Fri Oct 6 22:02:48 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Remove ##DOS!include of config/windows.in.
all-mac::
-libgssapi_krb5.a: generic/DONE krb5/DONE
+libgssapi_krb5.a: generic/DONE krb5/DONE mechglue/DONE
(cd generic; $(TST) $(ARADD) ../$@ `cat DONE` ; fi)
(cd krb5; $(TST) $(ARADD) ../$@ `cat DONE` ; fi)
+ (cd mechglue; $(TST) $(ARADD) ../$@ `cat DONE` ; fi)
$(RANLIB) $@
install:: libgssapi_krb5.a
AC_INIT(configure.in)
CONFIG_RULES
-CONFIG_DIRS(generic krb5)
+CONFIG_DIRS(generic krb5 mechglue)
AC_PROG_ARCHIVE
AC_PROG_ARCHIVE_ADD
AC_PROG_RANLIB