Commit f95b41131d4c1815ee4643f5addb1d2d1ad68728

Daniel Stone 2012-05-11T14:28:54

Add xkbcommon-keysyms.h to Makefile.am Signed-off-by: Daniel Stone <daniel@fooishbar.org>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Makefile.am b/Makefile.am
index 6a0cb9a..e6c8116 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,8 @@ AM_YFLAGS = -d
 xkbcommonincludedir = $(includedir)/xkbcommon
 xkbcommoninclude_HEADERS = \
 	include/xkbcommon/xkbcommon.h \
-	include/xkbcommon/xkbcommon-names.h
+	include/xkbcommon/xkbcommon-names.h \
+	include/xkbcommon/xkbcommon-keysyms.h
 
 lib_LTLIBRARIES = libxkbcommon.la
 libxkbcommon_la_LDFLAGS = -no-undefined