summaryrefslogtreecommitdiff
path: root/exa
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2015-10-27 13:28:37 -0400
committerAdam Jackson <ajax@redhat.com>2015-10-27 13:46:13 -0400
commitbb78c464f09f515db557182a458b12b63c3b52d7 (patch)
treea40f69e91ecb258b0a9d28be266c660751f968de /exa
parent524844c8c18e226aad30feb371b19ef491d83449 (diff)
build: Remove stale miext/cw include paths
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'exa')
-rw-r--r--exa/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/exa/Makefile.am b/exa/Makefile.am
index 6a09966f8..00b28b1e4 100644
--- a/exa/Makefile.am
+++ b/exa/Makefile.am
@@ -4,9 +4,7 @@ if XORG
sdk_HEADERS = exa.h
endif
-AM_CPPFLAGS = \
- $(XORG_INCS) \
- -I$(srcdir)/../miext/cw
+AM_CPPFLAGS = $(XORG_INCS)
AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)