Add miext/cw to the module loader include path so that misym.c can export
miDisableCompositeWrapper.
This commit is contained in:
parent
43625a4706
commit
89a1a91b88
|
@ -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>
|
2005-10-03 Alan Coopersmith <alan.coopersmith@sun.com>
|
||||||
|
|
||||||
* configure.ac: Add missing ] (Dawid Gajownik)
|
* configure.ac: Add missing ] (Dawid Gajownik)
|
||||||
|
|
|
@ -3,7 +3,7 @@ INCLUDES = $(XORG_INCS) -I$(srcdir)/../parser -I$(srcdir)/../vbe \
|
||||||
-I$(srcdir)/../ddc -I$(srcdir)/../int10 -I$(srcdir)/../i2c \
|
-I$(srcdir)/../ddc -I$(srcdir)/../int10 -I$(srcdir)/../i2c \
|
||||||
-I$(srcdir)/../fbdevhw -I$(srcdir)/../scanpci -I$(srcdir)/../xaa \
|
-I$(srcdir)/../fbdevhw -I$(srcdir)/../scanpci -I$(srcdir)/../xaa \
|
||||||
-I$(srcdir)/../vgahw -I$(srcdir)/../ramdac -I$(srcdir)/../shadowfb \
|
-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_LDFLAGS = -r
|
||||||
AM_CFLAGS = -DIN_LOADER $(XORG_CFLAGS)
|
AM_CFLAGS = -DIN_LOADER $(XORG_CFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue