summaryrefslogtreecommitdiff
path: root/mi/Makefile.am
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-01-18 06:56:52 +0000
committerDave Airlie <airlied@linux.ie>2006-01-18 06:56:52 +0000
commit506eca5f57b960a6650c3387047a6ae8a22181e9 (patch)
treee2dcc044e444c18cee7c94cec003876b39571e42 /mi/Makefile.am
parent8ccf4f2b8fdb5e57d2ec5f2d54731fbf83fb9d8c (diff)
Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers
breaks.
Diffstat (limited to 'mi/Makefile.am')
-rw-r--r--mi/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/mi/Makefile.am b/mi/Makefile.am
index 9e2474627..c77eac709 100644
--- a/mi/Makefile.am
+++ b/mi/Makefile.am
@@ -1,8 +1,10 @@
noinst_LTLIBRARIES = libminimi.la libmi.la
+if XORG
sdk_HEADERS = mibank.h micmap.h miline.h mipointer.h mi.h mibstore.h \
migc.h mipointrst.h mizerarc.h micoord.h mifillarc.h \
mispans.h miwideline.h mistruct.h mifpoly.h
+endif
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@