Files
cdesktop/cde/lib/tt/bin/ttauth/Imakefile
Jon Trulson 17101b6f4c Enable TIRPC support for Linux
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.
2018-04-12 21:00:34 -06:00

23 lines
517 B
Plaintext

XCOMM $TOG: Imakefile /main/1 1999/08/30 10:44:56 mgreess $
#include <Threads.tmpl>
#include "../../tooltalk.tmpl"
DEFINES =
CONN_DEFINES = ConnectionFlags
INCLUDES = $(TIRPCINC) -I. -I../../slib -I../../lib
DEPLIBS = TtClientDepLibs
LOCAL_LIBRARIES = TtClientLibs
SYS_LIBRARIES =
#ifdef TtClientExtraLibs
EXTRA_LIBRARIES = TtClientExtraLibs
#endif
SRCS = ttauth.c process.c
OBJS = ttauth.o process.o
ComplexProgramTarget(ttauth)
SpecialCObjectRule(process,$(ICONFIGFILES),$(SIGNAL_DEFINES))