* Makefile.in (all-unix): Use @THREAD_SUPPORT@ and helper targets to build
programs only if thread support is enabled.
(all-unix-0, all-unix-1): New helper targets.
ticket: new
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17152
dc483132-0cff-0310-8789-
dd5450dbe970
+2005-03-25 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (all-unix): Use @THREAD_SUPPORT@ and helper targets
+ to build programs only if thread support is enabled.
+ (all-unix-0, all-unix-1): New helper targets.
+
2005-02-11 Ken Raeburn <raeburn@mit.edu>
* gss-misc.c: Include autoconf.h. If both time.h and sys/time.h
OBJS= gss-client.o gss-misc.o gss-server.o
-all-unix:: gss-server gss-client
+all-unix:: all-unix-@THREAD_SUPPORT@
+all-unix-1:: gss-server gss-client
+all-unix-0::
all-windows:: $(OUTPRE)gss-server.exe $(OUTPRE)gss-client.exe
gss-server: gss-server.o gss-misc.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS)