mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
No description
Previously we would detect whether TIRPC is installed or not, and set TIRPCINC to the include directory with the -DOPT_TIRPC macro defined. Then, pretty much every Makefile.am needs to be sure that $(TIRPCINC) is specified in the cpp/c/cxx flags. Since we can never be sure that an RPC header file might be indirectly included, a better approach is to simply add TIRPCINC to the global list of CXXFLAGS and CFLAGS in configure.ac for everybody. This way, it is always specified properly on tirpc systems, and we don't need to always add it to every individual Makefile.am since everyone will get it by default. TIRPCLIB is still marked as a dep in libtt, so as long as libtt is linked, you should automatically get the tirpc library too. This is still unchanged. |
||
---|---|---|
cde |