diff options
author | Dave Airlie <airlied@linux.ie> | 2006-01-18 06:56:52 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-01-18 06:56:52 +0000 |
commit | 506eca5f57b960a6650c3387047a6ae8a22181e9 (patch) | |
tree | e2dcc044e444c18cee7c94cec003876b39571e42 /Xext | |
parent | 8ccf4f2b8fdb5e57d2ec5f2d54731fbf83fb9d8c (diff) |
Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers
breaks.
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 5020e244b..43753f396 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -10,7 +10,9 @@ INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod -I$(top_srcdir)/hw/xfree86/ AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@ +if XORG sdk_HEADERS = xvdix.h xvmcext.h +endif # Sources always included in libXextbuiltin.la & libXext.la BUILTIN_SRCS = \ |