This is enabled by default. To disable, add: in the config/cf/site.def or host.def file. You will need to have the libtirpc-dev package installed. The benefit is that you will no longer need to run rpcbind in insecure mode (the -i option). There are other benefits we may be able to take advantage of in the future, like supporting IPV6 for ToolTalk.
31 lines
698 B
Plaintext
31 lines
698 B
Plaintext
XCOMM $XConsortium: Imakefile /main/15 1996/10/09 14:02:13 drk $
|
|
|
|
#define CplusplusSource YES
|
|
DEPEND_DEFINES = $(CXXDEPENDINCLUDES) $(DEPENDDEFINES)
|
|
EXTRA_LOAD_FLAGS = ExtraLoadFlags $(UNSHARED_CXXLIB)
|
|
|
|
#include <Threads.tmpl>
|
|
|
|
#include "../../tooltalk.tmpl"
|
|
|
|
DEFINES =
|
|
INCLUDES = $(TIRPCINC) -I. -I../../slib -I../../lib
|
|
|
|
DEPLIBS = ../../slib/libstt.a TtClientDepLibs
|
|
LOCAL_LIBRARIES = ../../slib/libstt.a TtClientLibs
|
|
SYS_LIBRARIES =
|
|
|
|
#ifdef TtClientExtraLibs
|
|
EXTRA_LIBRARIES = TtClientExtraLibs
|
|
#endif
|
|
|
|
SRCS = mp_server.C
|
|
|
|
OBJS = mp_server.o
|
|
|
|
NormalCplusplusObjectRule()
|
|
|
|
ComplexCplusplusProgramTarget(ttsession)
|
|
|
|
SpecialCplusplusObjectRule(mp_server,mp_server,$(TT_VERSION_DEFINE))
|