From: Peter Howkins Date: Wed, 11 Apr 2012 15:52:34 +0000 (+0100) Subject: When compiling libcsa make sure it's linked against Xt at library compile X-Git-Tag: 2.2.0a~26^2~50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5388cb431455328dd25fb32d4bc3ce2409781f01;p=oweals%2Fcde.git When compiling libcsa make sure it's linked against Xt at library compile time. Prevents issues when programs that link against libcsa can't find Xt symbols even when linked with -lXt --- diff --git a/cde/config/cf/lnxLib.tmpl b/cde/config/cf/lnxLib.tmpl index d41c6975..8d77490d 100644 --- a/cde/config/cf/lnxLib.tmpl +++ b/cde/config/cf/lnxLib.tmpl @@ -34,4 +34,8 @@ XMULIB = -lXmu $(XLIB) # define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB) #endif +#ifndef SharedCsaReqs +# define SharedCsaReqs -lXt +#endif + #define NoMessageCatalog