libxkbcommon/makekeys
Pekka Paalanen bdbb3ac455 makekeys: fix cross-compilation
makekeys must be built with the build-native compiler, not with $(CC)
which is the cross-compiler. The only sane way to achieve this seems to
be to use a separate Makefile.am for it.

This patch fixes the problem apparently caused by:

commit b5efe41f19
Author: Ran Benita <ran234@gmail.com>
Date:   Sat Mar 24 04:48:31 2012 +0200

    Make build non-recursive

There is no such thing as makekeys_makekeys_CC in automake.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2012-05-09 15:24:50 +01:00
..
.gitignore config: makekeys prog should stand alone in the makekeys directory 2010-12-18 11:19:56 -05:00
Makefile.am makekeys: fix cross-compilation 2012-05-09 15:24:50 +01:00
makekeys.c makekeys: use correct format strings 2012-04-02 13:09:44 +01:00