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
This commit is contained in:
parent
09f0b16cf3
commit
5388cb4314
|
|
@ -34,4 +34,8 @@ XMULIB = -lXmu $(XLIB)
|
|||
# define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
|
||||
#endif
|
||||
|
||||
#ifndef SharedCsaReqs
|
||||
# define SharedCsaReqs -lXt
|
||||
#endif
|
||||
|
||||
#define NoMessageCatalog
|
||||
|
|
|
|||
Loading…
Reference in New Issue