mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -34,4 +34,8 @@ XMULIB = -lXmu $(XLIB)
|
|||
# define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
|
||||
#endif
|
||||
|
||||
#ifndef SharedCsaReqs
|
||||
# define SharedCsaReqs -lXt
|
||||
#endif
|
||||
|
||||
#define NoMessageCatalog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue