summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2006-02-12 10:30:47 +0000
committerEric Anholt <anholt@freebsd.org>2006-02-12 10:30:47 +0000
commit5f45776ef3b9256bea44842d1c50f269422531a1 (patch)
tree0b36dcd5dafb0dc0d5ff32954a4e0e9c65a77458 /hw/kdrive/src/Makefile.am
parent5249416d091d59c248c8dda44529b8aa4910b1a0 (diff)
Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screen
structure interpretations, and remove a bunch of unused junk from kdrive-config.h. Xephyr almost works on my amd64.
Diffstat (limited to 'hw/kdrive/src/Makefile.am')
-rw-r--r--hw/kdrive/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/src/Makefile.am b/hw/kdrive/src/Makefile.am
index 872d29551..53d50950d 100644
--- a/hw/kdrive/src/Makefile.am
+++ b/hw/kdrive/src/Makefile.am
@@ -2,6 +2,8 @@ INCLUDES = \
@KDRIVE_INCS@ \
@KDRIVE_CFLAGS@
+AM_CFLAGS = -DHAVE_DIX_CONFIG_H
+
noinst_LIBRARIES = libkdrive.a libkdrivestubs.a
if KDRIVE_HW