summaryrefslogtreecommitdiff
path: root/miext
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-08-07 19:02:32 +0000
committerAdam Jackson <ajax@nwnk.net>2005-08-07 19:02:32 +0000
commitfcaa6f30c489578589af19ef798ab31150e696a2 (patch)
treed5d8720de4a0fd89c286d2a98d703d567f8e45be /miext
parent3639fb243450ae447e9901de9f909e975a919514 (diff)
Bug #3989: Fix Composite builds, enable Composite build by default. (Olli
Helenius)
Diffstat (limited to 'miext')
-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 1fe137fc3..093b4587f 100644
--- a/miext/damage/Makefile.am
+++ b/miext/damage/Makefile.am
@@ -2,6 +2,8 @@ noinst_LTLIBRARIES = libdamage.la
AM_CFLAGS = $(DIX_CFLAGS)
+INCLUDES = -I$(srcdir)/../cw
+
libdamage_la_SOURCES = \
damage.c \
damage.h \