On linux use the system provided libXau rather than one from the imports
authorPeter Howkins <flibble@users.sourceforge.net>
Tue, 13 Mar 2012 17:18:35 +0000 (17:18 +0000)
committerPeter Howkins <flibble@users.sourceforge.net>
Tue, 13 Mar 2012 17:18:35 +0000 (17:18 +0000)
directory (that would have linked to the X11 tree).

cde/programs/dtpdmd/Imakefile

index 18e6467c178a72e555d32f09cd12a990955e6495..6f346ad74025d3f60ac6d27f5d60a074678ea872 100644 (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)