summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 1fbdef1b..6aed976f 100644
--- a/config.make.in
+++ b/config.make.in
@@ -44,6 +44,7 @@ RANLIB = @RANLIB@
MIG = @MIG@
MIGCOM = $(MIG) -cc cat - /dev/null
AWK = @AWK@
+SED = @SED@
# Compilation flags. Append these to the definitions already made by
# the specific Makefile.
@@ -71,6 +72,7 @@ HAVE_X11 = @have_x11@
X11_CFLAGS = @X11_CFLAGS@
X11_LIBS = @X11_LIBS@
XKB_BASE = @XKB_BASE@
+X11_KEYSYMDEF_H = @X11_KEYSYMDEF_H@
# Installation tools.
INSTALL = @INSTALL@