summaryrefslogtreecommitdiff
path: root/dbe/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 /dbe/Makefile.am
parent8ccf4f2b8fdb5e57d2ec5f2d54731fbf83fb9d8c (diff)
Wrap sdk_HEADERS in if XORG as otherwise installing non-xorg servers
breaks.
Diffstat (limited to 'dbe/Makefile.am')
-rw-r--r--dbe/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbe/Makefile.am b/dbe/Makefile.am
index 3a6727744..4385e199e 100644
--- a/dbe/Makefile.am
+++ b/dbe/Makefile.am
@@ -4,7 +4,9 @@ AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support
+if XORG
sdk_HEADERS = dbestruct.h
+endif
libdbe_la_SOURCES = \
dbe.c \