Use C++ linker
authorPeter Howkins <flibble@users.sourceforge.net>
Tue, 13 Mar 2012 16:15:22 +0000 (16:15 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Tue, 13 Mar 2012 16:15:22 +0000 (16:15 +0000)
Add in freetype headers

Use system provided -lXdmcp and -Xau instead of trying to compile them
from the imports directory.

cde/programs/dtlogin/Imakefile

index dbaa3f6cff3e95847165ff1bd20b0a6b35e3e3dc..4bdc5760f169eaa5ebe650a146f5820d7b31db07 100644 (file)
@@ -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
 
 /**************************************************************************