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 /.gitignore | |
parent | 602e87805bdb829dfc0867b1466e2b1dc729ab52 (diff) |
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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,3 +76,5 @@ core # Edit the following section as needed # For example, !report.pc overrides *.pc. See 'man gitignore' # + +.dirstamp |