From: Jon Trulson Date: Sat, 26 May 2018 18:58:14 +0000 (-0600) Subject: rpc.cmsd: use TIRPC on Linux X-Git-Tag: 2.2.4a~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ee4a0a37ea2352311e30f1c63df1d1b471c30e8d;p=oweals%2Fcde.git rpc.cmsd: use TIRPC on Linux --- diff --git a/cde/programs/dtcm/server/Imakefile b/cde/programs/dtcm/server/Imakefile index 7f93b6d5..a13fe9b1 100644 --- a/cde/programs/dtcm/server/Imakefile +++ b/cde/programs/dtcm/server/Imakefile @@ -34,6 +34,11 @@ LOCAL_LIBRARIES = $(CSALIB) $(DTWIDGETLIB) $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(X -DRELMAJOR="$(OSMAJORVERSION)" \ -DRELMINOR="$(OSMINORVERSION)" +#if defined(LinuxArchitecture) +EXTRA_INCLUDES = $(TIRPCINC) +EXTRA_LIBRARIES = $(TIRPCLIB) +#endif + #ifdef RsArchitecture EXTRA_LIBRARIES = -lrpcsvc -lPW -ldiag -lc #endif