projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05ab67
)
rpc.cmsd: use TIRPC on Linux
author
Jon Trulson
<jon@radscan.com>
Sat, 26 May 2018 18:58:14 +0000
(12:58 -0600)
committer
Jon Trulson
<jon@radscan.com>
Fri, 1 Jun 2018 04:23:19 +0000
(22:23 -0600)
cde/programs/dtcm/server/Imakefile
patch
|
blob
|
history
diff --git
a/cde/programs/dtcm/server/Imakefile
b/cde/programs/dtcm/server/Imakefile
index 7f93b6d58b057bf2b65f85e44cc418ec15208198..a13fe9b104d209e0108f531ea08abe44b6427d36 100644
(file)
--- 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