Fix include path for commit of bug #4616.
This commit is contained in:
parent
ecaa46380e
commit
8814896da8
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue