From 2422c41b8ecec5ca8a461a247bbe3c75f440d1e2 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 9 Dec 2010 16:28:52 -0500 Subject: [PATCH] config: add keysymdef and xf86keysym as dependencies of ks_tables.h This would cover the scenario where these headers file are updated, for example, a new version is installed. Running 'make' again on libxkbcommon should rebuild ks_tables.h. Reviewed-by: Jeremy Huddleston Signed-off-by: Gaetan Nadon --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9a77ece..b9a12b9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,5 +26,5 @@ libxkbcommon_la_SOURCES = \ BUILT_SOURCES = ks_tables.h CLEANFILES = $(BUILT_SOURCES) -ks_tables.h: $(top_builddir)/makekeys/makekeys$(EXEEXT) +ks_tables.h: $(top_builddir)/makekeys/makekeys$(EXEEXT) $(KEYSYMDEF_H) $(XF86KEYSYM_H) $(AM_V_GEN)cat $(KEYSYMDEF_H) $(XF86KEYSYM_H) | $(top_builddir)/makekeys/makekeys$(EXEEXT) > $@ -- 2.7.4