summaryrefslogtreecommitdiff
path: root/miext/damage
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2006-01-23 13:58:19 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2006-01-23 13:58:19 +0000
commitcfd3988ed906ab48ca4362256f8dbb8852d7ca0a (patch)
tree9ae78f6aa78ca737a96d4b49b7a582c6d9412540 /miext/damage
parentf51ecc66e9ad6d2c3541b1dafa7659da5a0a3a86 (diff)
wrap with if XORG / endif
Diffstat (limited to 'miext/damage')
-rw-r--r--miext/damage/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/miext/damage/Makefile.am b/miext/damage/Makefile.am
index dc93e5f0b..2af9ac2e2 100644
--- a/miext/damage/Makefile.am
+++ b/miext/damage/Makefile.am
@@ -4,7 +4,9 @@ AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@
INCLUDES = -I$(srcdir)/../cw -I$(top_srcdir)/hw/xfree86/os-support
+if XORG
sdk_HEADERS = damage.h damagestr.h
+endif
libdamage_la_SOURCES = \
damage.c \