action: disallow setting an action_field default for all types
[platform/upstream/libxkbcommon.git] / makekeys / Makefile.am
1 AM_CFLAGS = $(BASE_CFLAGS) -I$(top_srcdir)
2
3 # need to use build-native compiler
4
5 CC = $(CC_FOR_BUILD)
6 CPPFLAGS = $(CPPFLAGS_FOR_BUILD)
7 CFLAGS = $(CFLAGS_FOR_BUILD)
8 LDFLAGS = $(LDFLAGS_FOR_BUILD)
9 noinst_PROGRAMS = makekeys
10