From: Peter Howkins Date: Tue, 13 Mar 2012 16:15:22 +0000 (+0000) Subject: Use C++ linker X-Git-Tag: 2.2.0a~26^2~76 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1f3e24eac90d84e85e2a72002b4f232f08149d2;p=oweals%2Fcde.git Use C++ linker Add in freetype headers Use system provided -lXdmcp and -Xau instead of trying to compile them from the imports directory. --- diff --git a/cde/programs/dtlogin/Imakefile b/cde/programs/dtlogin/Imakefile index dbaa3f6c..4bdc5760 100644 --- a/cde/programs/dtlogin/Imakefile +++ b/cde/programs/dtlogin/Imakefile @@ -122,6 +122,12 @@ SYS_LIBRARIES = -lm -lXdmcp #ifdef LinuxArchitecture SYS_LIBRARIES = -lm -lcrypt +/* On Linux, just use the system provided Xau and Xdmcp*/ +DEPXAUTHLIB = +DEPXDMCPLIB = +/* Add in freetype header locations, required for modern Motif libs */ +INCLUDES = -I/usr/include/freetype2 +CCLINK = $(CXX) #endif /**************************************************************************