summaryrefslogtreecommitdiff
path: root/Xext/Makefile.am
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2006-09-05 18:03:25 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2006-09-05 18:03:25 -0400
commit0b81fccd2ee4e054e5cffb739de07460ff2c13f7 (patch)
treecd754982e30fc37bf8f36cd5dd873b07b278eb4e /Xext/Makefile.am
parent20c4ac6e038607ebbf6c04639670514c016d8597 (diff)
parentc2813514cf7b1a36caa848cbc2ceef99cf2eb769 (diff)
Merge branch 'master' into my-XACE-modular
Conflicts: configure.ac
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r--Xext/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index 4d77e2fbe..4deb8e52c 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -82,6 +82,12 @@ SERVERCONFIG_DATA = SecurityPolicy
AM_CFLAGS += -DDEFAULTPOLICYFILE=\"$(SERVERCONFIGdir)/SecurityPolicy\"
endif
+XCALIBRATE_SRCS = xcalibrate.c
+if XCALIBRATE
+BUILTIN_SRCS += $(XCALIBRATE_SRCS)
+# XCalibrare needs tslib
+endif
+
# X EVent Interception Extension: allows accessibility helpers & composite
# managers to intercept events from input devices and transform as needed
# before the clients see them.
@@ -158,6 +164,7 @@ EXTRA_DIST = \
$(SCREENSAVER_SRCS) \
$(XACE_SRCS) \
$(XCSECURITY_SRCS) \
+ $(XCALIBRATE_SRCS) \
$(XINERAMA_SRCS) \
$(XEVIE_SRCS) \
$(XPRINT_SRCS) \