diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-14 23:41:15 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-07-14 23:41:15 +0000 |
commit | 562acf2e69dcf08f8db8f8eeaa162949d45f70b2 (patch) | |
tree | 44ad2e488c5baaf408fdb31e86205ae924e3b424 /Xext/Makefile.am | |
parent | defeb56fc9559661fa632935a4c76c500c7edcf4 (diff) |
Add -I$(top_builddir)/hw/xfree86/dixmods/extmod to Xext/Makefile.am Patch
from Stefan Dirsch
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |