projects
/
platform
/
upstream
/
libxkbcommon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move ks_tables.h build into makekeys subdirectory
[platform/upstream/libxkbcommon.git]
/
src
/
Makefile.am
1
SUBDIRS = makekeys
2
3
INCLUDES = -I$(top_srcdir)/include -I$(builddir)/makekeys
4
AM_CFLAGS = $(X11_CFLAGS) $(CWARNFLAGS) $(XMALLOC_ZERO_CFLAGS)
5
6
lib_LTLIBRARIES = libxkbcommon.la
7
libxkbcommon_la_SOURCES = \
8
XKBcommonint.h \
9
alloc.c \
10
galloc.c \
11
atom.c \
12
keysym.c