summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--exa/Makefile.am4
-rw-r--r--hw/xfree86/exa/Makefile.am4
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 07e5d9c43..d8e6b2a4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-02 Eric Anholt <anholt@FreeBSD.org>
+
+ * hw/xfree86/exa/Makefile.am:
+ Fix include path for commit of bug #4616.
+
2005-09-28 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
diff --git a/exa/Makefile.am b/exa/Makefile.am
index 7a5e7905b..d3a7edce5 100644
--- a/exa/Makefile.am
+++ b/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)
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)