Fix include path for commit of bug #4616.

This commit is contained in:
Eric Anholt 2005-10-02 08:53:18 +00:00
parent ecaa46380e
commit 8814896da8
3 changed files with 11 additions and 2 deletions

View File

@ -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:

View File

@ -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)

View File

@ -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)