diff options
author | Ran Benita <ran234@gmail.com> | 2012-03-24 04:48:31 +0200 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-03-27 14:17:34 +0100 |
commit | b5efe41f190cbb76eb1ca8ddf0c96990ddb83704 (patch) | |
tree | ae8e53339265addf57892244952c025f824024f9 /m4/.gitkeep | |
parent | 602e87805bdb829dfc0867b1466e2b1dc729ab52 (diff) | |
download | xorg-lib-libxkbcommon-b5efe41f190cbb76eb1ca8ddf0c96990ddb83704.tar.gz |
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>
Diffstat (limited to 'm4/.gitkeep')
-rw-r--r-- | m4/.gitkeep | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/m4/.gitkeep b/m4/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/m4/.gitkeep |