linux: move dependancy handling out of linux.cf and into new lnxDep.rules file.
[oweals/cde.git] / cde / config / cf / lnxLib.tmpl
index e44d87d8045222019829405689d873b7b046911e..5f48674a2168c8e288ccb66a62b91ad553f7331b 100644 (file)
@@ -39,6 +39,9 @@ XMULIB = -lXmu $(XLIB)
 #endif
 
 #ifndef SharedCsaReqs
-# define SharedCsaReqs -lXt
+# define SharedCsaReqs -lXt $(TIRPCLIB)
 #endif
 
+#ifndef SharedDtHelpReqs
+# define SharedDtHelpReqs -ljpeg
+#endif