From: Peter Howkins Date: Tue, 13 Mar 2012 17:18:35 +0000 (+0000) Subject: On linux use the system provided libXau rather than one from the imports X-Git-Tag: 2.2.0a~26^2~74 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3984d5a45b7b3e521785f21cff4da85c0e8d9fa1;p=oweals%2Fcde.git On linux use the system provided libXau rather than one from the imports directory (that would have linked to the X11 tree). --- diff --git a/cde/programs/dtpdmd/Imakefile b/cde/programs/dtpdmd/Imakefile index 18e6467c..6f346ad7 100644 --- a/cde/programs/dtpdmd/Imakefile +++ b/cde/programs/dtpdmd/Imakefile @@ -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)