1
0
Fork 0
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:
Peter Howkins 2012-04-11 16:52:34 +01:00
parent 09f0b16cf3
commit 5388cb4314

View file

@ -34,4 +34,8 @@ XMULIB = -lXmu $(XLIB)
# define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
#endif
#ifndef SharedCsaReqs
# define SharedCsaReqs -lXt
#endif
#define NoMessageCatalog