Add miext/cw to the module loader include path so that misym.c can export

miDisableCompositeWrapper.
This commit is contained in:
Aaron Plattner 2005-10-04 07:42:21 +00:00
parent 43625a4706
commit 89a1a91b88
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-10-04 Aaron Plattner <aplattner@nvidia.com>
* hw/xfree86/loader/Makefile.am:
Add miext/cw to the module loader include path so that misym.c can export
miDisableCompositeWrapper.
2005-10-03 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac: Add missing ] (Dawid Gajownik)

View File

@ -3,7 +3,7 @@ INCLUDES = $(XORG_INCS) -I$(srcdir)/../parser -I$(srcdir)/../vbe \
-I$(srcdir)/../ddc -I$(srcdir)/../int10 -I$(srcdir)/../i2c \
-I$(srcdir)/../fbdevhw -I$(srcdir)/../scanpci -I$(srcdir)/../xaa \
-I$(srcdir)/../vgahw -I$(srcdir)/../ramdac -I$(srcdir)/../shadowfb \
-I$(srcdir)/../dixmods/extmod
-I$(srcdir)/../dixmods/extmod -I$(srcdir)/../../../miext/cw
#AM_LDFLAGS = -r
AM_CFLAGS = -DIN_LOADER $(XORG_CFLAGS)