1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Use C++ linker

Add in freetype headers

Use system provided -lXdmcp and -Xau instead of trying to compile them
from the imports directory.
This commit is contained in:
Peter Howkins 2012-03-13 16:15:22 +00:00
parent 348f3cd81c
commit d1f3e24eac

View 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
/**************************************************************************