mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
rpc.cmsd: use TIRPC on Linux
This commit is contained in:
parent
a05ab67e12
commit
ee4a0a37ea
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ LOCAL_LIBRARIES = $(CSALIB) $(DTWIDGETLIB) $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(X
|
||||||
-DRELMAJOR="$(OSMAJORVERSION)" \
|
-DRELMAJOR="$(OSMAJORVERSION)" \
|
||||||
-DRELMINOR="$(OSMINORVERSION)"
|
-DRELMINOR="$(OSMINORVERSION)"
|
||||||
|
|
||||||
|
#if defined(LinuxArchitecture)
|
||||||
|
EXTRA_INCLUDES = $(TIRPCINC)
|
||||||
|
EXTRA_LIBRARIES = $(TIRPCLIB)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef RsArchitecture
|
#ifdef RsArchitecture
|
||||||
EXTRA_LIBRARIES = -lrpcsvc -lPW -ldiag -lc
|
EXTRA_LIBRARIES = -lrpcsvc -lPW -ldiag -lc
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue