From ab555e70e6000cfde2dc7feaf5bfa0207a876fd4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Charles=20Cl=C3=A9ment?= Date: Tue, 1 Apr 2008 18:25:57 +0400 Subject: [PATCH] Propagates configure options Signed-off-by: Alexey Gladkov --- src/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 1c0db61..9053fa7 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -2,7 +2,9 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = $(DESTDIR)@bindir@ datarootdir = @datarootdir@ -OPTIONAL_PROGS = @OPTIONAL_PROGS@ +KEYCODES_PROGS = @KEYCODES_PROGS@ +RESIZECONS_PROGS = @RESIZECONS_PROGS@ +OPTIONAL_PROGS = @OPTIONAL_PROGS@ # Something like /usr/lib/kbd or /usr/share/kbd DATA_DIR = @datadir@ -- 2.7.4