Add -I$(top_builddir)/hw/xfree86/dixmods/extmod to Xext/Makefile.am Patch
from Stefan Dirsch
This commit is contained in:
parent
defeb56fc9
commit
562acf2e69
|
@ -32,7 +32,7 @@ if XEVIE
|
||||||
XEVIE_SRCS = xevie.c EVIstruct.h
|
XEVIE_SRCS = xevie.c EVIstruct.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INCLUDES = -I$(srcdir)/extmod
|
INCLUDES = -I$(srcdir)/extmod -I$(top_builddir)/hw/xfree86/dixmods/extmod
|
||||||
|
|
||||||
AM_CFLAGS = $(DIX_CFLAGS)
|
AM_CFLAGS = $(DIX_CFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue