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:
parent
348f3cd81c
commit
d1f3e24eac
1 changed files with 6 additions and 0 deletions
|
@ -122,6 +122,12 @@ SYS_LIBRARIES = -lm -lXdmcp
|
||||||
|
|
||||||
#ifdef LinuxArchitecture
|
#ifdef LinuxArchitecture
|
||||||
SYS_LIBRARIES = -lm -lcrypt
|
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
|
#endif
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue