Make build non-recursive
authorRan Benita <ran234@gmail.com>
Sat, 24 Mar 2012 02:48:31 +0000 (04:48 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 27 Mar 2012 13:17:34 +0000 (14:17 +0100)
commitb5efe41f190cbb76eb1ca8ddf0c96990ddb83704
treeae8e53339265addf57892244952c025f824024f9
parent602e87805bdb829dfc0867b1466e2b1dc729ab52
Make build non-recursive

Unify all the different Makefile.am into a single short top level one
(the test/Makefile.am file is left intact though).

This makes the build system simpler to look and should encourage
unifying more currently-disparate code.

Some further motivation can be found in this page:
http://www.flameeyes.eu/autotools-mythbuster/automake/nonrecursive.html

Signed-off-by: Ran Benita <ran234@gmail.com>
.gitignore
Makefile.am
configure.ac
include/Makefile.am [deleted file]
m4/.gitkeep [new file with mode: 0644]
makekeys/Makefile.am [deleted file]
src/Makefile.am [deleted file]
src/xkbcomp/Makefile.am [deleted file]
test/Makefile.am