From 047d06122e88886bd49a4438e75fcbfc990ba1bf Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 18 Oct 2014 15:07:37 +0300 Subject: [PATCH] Makefile.am: add symbol files to EXTRA_DIST Signed-off-by: Ran Benita --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index cd2dfab..dfb3572 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,9 @@ EXTRA_DIST = \ doc/compat.md \ doc/keymap-format-text-v1.txt \ doc/rules-format.txt \ - doc/doxygen-extra.css + doc/doxygen-extra.css \ + xkbcommon.map \ + xkbcommon-x11.map AM_CPPFLAGS = \ -DDFLT_XKB_CONFIG_ROOT='"$(XKBCONFIGROOT)"' \ -- 2.7.4