Add -I$(top_builddir)/hw/xfree86/dixmods/extmod to Xext/Makefile.am Patch

from Stefan Dirsch
This commit is contained in:
Søren Sandmann Pedersen 2005-07-14 23:41:15 +00:00
parent defeb56fc9
commit 562acf2e69

View File

@ -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)