summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-08-20 18:10:03 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-08-20 18:10:03 +0000
commit238d45d2f148e1e0af4b1619cc1d5e8cc4bf9661 (patch)
tree2c0ddd5f078f7c82ff3dbc8749ea138a618739e4 /Makefile.am
parentabab3fd628c2d1096e8534192f33c1068a573c12 (diff)
Make Xprint build optional.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dfa95b0cc..4118871df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,10 @@ if GLX
GLX_DIR=GL
endif
+if XPRINT
+XPDDX_DIR=Xprint
+endif
+
SUBDIRS= \
include \
dix \
@@ -48,7 +52,7 @@ SUBDIRS= \
$(COMPOSITE_DIR) \
$(GLX_DIR) \
hw \
- Xprint
+ $(XPDDX_DIR)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xorg-server.pc