1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 19:52:20 +00:00

On linux use the system provided libXau rather than one from the imports

directory (that would have linked to the X11 tree).
This commit is contained in:
Peter Howkins 2012-03-13 17:18:35 +00:00
parent 063cffa81d
commit 3984d5a45b

View file

@ -36,5 +36,11 @@ OBJS = dispatch.o dtpdmd.o mailbox.o \
manager.o records.o setup.o \
util.o nlmsg.o
#ifdef LinuxArchitecture
/* On Linux, just use the system provided Xau */
DEPXAUTHLIB =
#endif
ComplexProgramTarget(dtpdmd)