diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-10-02 08:53:18 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-10-02 08:53:18 +0000 |
commit | 8814896da83b19be01beedd0b2b3380298778328 (patch) | |
tree | e89e0c292325e6dd817a3b0beddaed323ad99768 /hw/xfree86/exa | |
parent | ecaa46380ed0a920186407b9294c5c60f75f1a13 (diff) |
Fix include path for commit of bug #4616.
Diffstat (limited to 'hw/xfree86/exa')
-rw-r--r-- | hw/xfree86/exa/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/xfree86/exa/Makefile.am b/hw/xfree86/exa/Makefile.am index 7a5e7905b..d3a7edce5 100644 --- a/hw/xfree86/exa/Makefile.am +++ b/hw/xfree86/exa/Makefile.am @@ -4,7 +4,9 @@ sdk_HEADERS = exa.h libexa_la_LDFLAGS = -avoid-version -INCLUDES = $(XORG_INCS) +INCLUDES = \ + $(XORG_INCS) \ + -I$(srcdir)/../../../miext/cw AM_CFLAGS = $(XORG_CFLAGS) |