diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-09-22 23:54:18 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-09-22 23:54:18 +0000 |
commit | f15d9c33bfbe99f93716c26c79bc1adbb8618a22 (patch) | |
tree | 5ba6d1888a9753badd55da98a3a89691907b201b /X11.tmpl | |
parent | b4699f13ed18f489f1752e8e3c9767397ecfa53d (diff) |
Make libXau & libXdmcp default to shared instead of static libraries to
match modular build. (See fd.o bugzilla #4200.)
Diffstat (limited to 'X11.tmpl')
-rw-r--r-- | X11.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2774,7 +2774,7 @@ ProjectUnsharedLibReferences(XFONTCACHE,Xfontcache,$(XFONTCACHELIBSRC),XBuildLib #endif #ifndef SharedLibXau -#define SharedLibXau NO +#define SharedLibXau YES #endif #ifndef NormalLibXau #define NormalLibXau (!SharedLibXau | ForceNormalLib) @@ -2800,7 +2800,7 @@ ProjectUnsharedLibReferences(XAUTH,Xau,$(XAUTHSRC),$(USRLIBDIR)) #endif #ifndef SharedLibXdmcp -#define SharedLibXdmcp NO +#define SharedLibXdmcp YES #endif #ifndef NormalLibXdmcp #define NormalLibXdmcp (!SharedLibXdmcp | ForceNormalLib) |