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.
29 lines
599 B
Plaintext
29 lines
599 B
Plaintext
XCOMM $XConsortium: Imakefile /main/14 1996/10/09 14:02:22 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../../lib
|
|
|
|
DEPLIBS = TtClientDepLibs
|
|
LOCAL_LIBRARIES = TtClientLibs
|
|
SYS_LIBRARIES =
|
|
|
|
#ifdef TtClientExtraLibs
|
|
EXTRA_LIBRARIES = TtClientExtraLibs
|
|
#endif
|
|
|
|
SRCS = tttrace.C tttrace_objs.C
|
|
|
|
OBJS = tttrace.o tttrace_objs.o
|
|
|
|
NormalCplusplusObjectRule()
|
|
|
|
ComplexCplusplusProgramTarget(tttrace)
|