diff options
author | Adam Jackson <ajax@redhat.com> | 2011-01-20 00:24:20 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2011-02-08 12:41:20 -0500 |
commit | 505defd270e49cfbcbe6a04d1de817d305edb3c2 (patch) | |
tree | f84a7ddf34ae7f6d06d30b8393a0b4c87d9c8b96 /miext/damage | |
parent | 59d8e3cbdba032c7354c28c86cbd155e9da6447a (diff) |
damage: Remove hw/xfree86/ from includes
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'miext/damage')
-rw-r--r-- | miext/damage/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miext/damage/Makefile.am b/miext/damage/Makefile.am index 595835731..767a65aee 100644 --- a/miext/damage/Makefile.am +++ b/miext/damage/Makefile.am @@ -2,7 +2,7 @@ noinst_LTLIBRARIES = libdamage.la AM_CFLAGS = $(DIX_CFLAGS) -INCLUDES = -I$(srcdir)/../cw -I$(top_srcdir)/hw/xfree86/os-support +INCLUDES = -I$(srcdir)/../cw if XORG sdk_HEADERS = damage.h damagestr.h |