summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2007-02-15 20:36:20 -0800
committerKeith Packard <keithp@guitar.keithp.com>2007-02-15 20:36:20 -0800
commitd4eb4d065032112a38444e36f791cb468a5ca8f4 (patch)
tree7414d13721f1009f92460f7967ea4bec3d015915 /hw/xfree86/loader/Makefile.am
parent37fe4c49dc3a5faf2d3d56112b6bd78453045f6a (diff)
Merge crtc/output-based mode selection code.
This code comes from the intel driver, so there's no history in this tree. As the crtc/output-based mode selection code uses ddc, the ddc and i2c modules have been merged into the server. Attempts to load them are safely ignored now.
Diffstat (limited to 'hw/xfree86/loader/Makefile.am')
-rw-r--r--hw/xfree86/loader/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/loader/Makefile.am b/hw/xfree86/loader/Makefile.am
index 206600214..ceb66a231 100644
--- a/hw/xfree86/loader/Makefile.am
+++ b/hw/xfree86/loader/Makefile.am
@@ -2,7 +2,7 @@ noinst_LIBRARIES = libloader.a
INCLUDES = $(XORG_INCS) -I$(srcdir)/../parser -I$(srcdir)/../dixmods/extmod \
-I$(srcdir)/../vbe -I$(top_srcdir)/miext/cw -I$(srcdir)/../int10 \
- -I$(srcdir)/../ddc -I$(srcdir)/../i2c
+ -I$(srcdir)/../ddc -I$(srcdir)/../i2c -I$(srcdir)/../modes
#AM_LDFLAGS = -r
AM_CFLAGS = -DIN_LOADER $(DIX_CFLAGS) $(XORG_CFLAGS)