diff options
author | Adam Jackson <ajax@redhat.com> | 2015-10-27 13:28:37 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-10-27 13:46:13 -0400 |
commit | bb78c464f09f515db557182a458b12b63c3b52d7 (patch) | |
tree | a40f69e91ecb258b0a9d28be266c660751f968de /test | |
parent | 524844c8c18e226aad30feb371b19ef491d83449 (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 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 4d935a268..d151b02d0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -16,7 +16,7 @@ TESTS=$(noinst_PROGRAMS) TESTS_ENVIRONMENT = $(XORG_MALLOC_DEBUG_ENV) AM_CFLAGS = $(DIX_CFLAGS) @XORG_CFLAGS@ -AM_CPPFLAGS = $(XORG_INCS) -I$(top_srcdir)/miext/cw +AM_CPPFLAGS = $(XORG_INCS) if XORG AM_CPPFLAGS += -I$(top_srcdir)/hw/xfree86/parser \ -I$(top_srcdir)/hw/xfree86/ddc \ |