From 562acf2e69dcf08f8db8f8eeaa162949d45f70b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 14 Jul 2005 23:41:15 +0000 Subject: [PATCH] Add -I$(top_builddir)/hw/xfree86/dixmods/extmod to Xext/Makefile.am Patch from Stefan Dirsch --- Xext/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/Makefile.am b/Xext/Makefile.am index ae0df4e51..dc07eb836 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -32,7 +32,7 @@ if XEVIE XEVIE_SRCS = xevie.c EVIstruct.h endif -INCLUDES = -I$(srcdir)/extmod +INCLUDES = -I$(srcdir)/extmod -I$(top_builddir)/hw/xfree86/dixmods/extmod AM_CFLAGS = $(DIX_CFLAGS)