From 89a1a91b88b94b341075bc208941337ce11465b7 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Tue, 4 Oct 2005 07:42:21 +0000 Subject: [PATCH] Add miext/cw to the module loader include path so that misym.c can export miDisableCompositeWrapper. --- ChangeLog | 6 ++++++ hw/xfree86/loader/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b1e01298a..a192c84f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-04 Aaron Plattner + + * 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 * configure.ac: Add missing ] (Dawid Gajownik) diff --git a/hw/xfree86/loader/Makefile.am b/hw/xfree86/loader/Makefile.am index e3e8efc06..0ff3bb797 100644 --- a/hw/xfree86/loader/Makefile.am +++ b/hw/xfree86/loader/Makefile.am @@ -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)