configure.in: Add the mechglue directory as a subdir
authorTheodore Tso <tytso@mit.edu>
Tue, 23 Jan 1996 08:37:04 +0000 (08:37 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 23 Jan 1996 08:37:04 +0000 (08:37 +0000)
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

src/lib/gssapi/ChangeLog
src/lib/gssapi/Makefile.in
src/lib/gssapi/configure.in

index 8ef52fc65d32627022ed7be42c9ad541f47852d4..77951a7179bd0f5f92ba9aee049ba674be1d9322 100644 (file)
@@ -1,3 +1,10 @@
+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.
index 701f76df7b6f90fc3dd57d0c9ac80892ecd9c654..560d6b576f697734ba4fb1b050cabbf96ec4173b 100644 (file)
@@ -6,9 +6,10 @@ all-unix::
 
 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
index 693bda87c79c20e78d5172ef11d80e9bcef3fed5..9aa41ce33bc938964ee5c62e16e3cd2c0d7a3f8c 100644 (file)
@@ -1,6 +1,6 @@
 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