diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-08-07 19:02:32 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-08-07 19:02:32 +0000 |
commit | fcaa6f30c489578589af19ef798ab31150e696a2 (patch) | |
tree | d5d8720de4a0fd89c286d2a98d703d567f8e45be /miext | |
parent | 3639fb243450ae447e9901de9f909e975a919514 (diff) |
Bug #3989: Fix Composite builds, enable Composite build by default. (Olli
Helenius)
Diffstat (limited to 'miext')
-rw-r--r-- | miext/damage/Makefile.am | 2 |
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 \ |