diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-05-02 01:37:25 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-05-02 01:37:25 +0000 |
commit | 1e8a594957d84a37e66183e9c0cb9d42b62bdb24 (patch) | |
tree | 1fca0a07b4103a6ef6d42303797b9bc955811f7d /exa | |
parent | 724dbc2f8bbe2f21bf16f20ca7b8bb555516626c (diff) |
Fix Solaris build with Sun compilers to work when exa is built before
hw/xfree86/os-support/solaris (as it is by default now).
Diffstat (limited to 'exa')
-rw-r--r-- | exa/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exa/Makefile.am b/exa/Makefile.am index c9cbf9b45..98db0271f 100644 --- a/exa/Makefile.am +++ b/exa/Makefile.am @@ -1,5 +1,9 @@ noinst_LTLIBRARIES = libexa.la +# Override these since EXA doesn't need them and the needed files aren't +# built (in hw/xfree86/os-support/solaris) until after EXA is built +SOLARIS_ASM_CFLAGS="" + if XORG sdk_HEADERS = exa.h endif |