author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 5 Dec 2016 21:20:15 +0000 (22:20 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 21 Dec 2016 16:58:05 +0000 (17:58 +0100) | ||
commit | c5cfdb069b8c43ea7478ff0fb8c617da52325937 | |
tree | ec503d042f4094ff9f72114a798ae08c2296412a | tree | snapshot |
parent | 295947714f23935be771c98f1071564d5567d33a | commit | diff |
Switch to non-recursive make
Recursive make caused various dependency issues, mainly with linked
libraries or objects from other directories. Switch to a single Makefile
to solve this. An addded benefit is that this should speed up the build.
It also opens up the possibility to improve on our directory layout.
Recursive make caused various dependency issues, mainly with linked
libraries or objects from other directories. Switch to a single Makefile
to solve this. An addded benefit is that this should speed up the build.
It also opens up the possibility to improve on our directory layout.
.gitignore | diff | blob | history | |
Makefile.am | diff | blob | history | |
bindings/Makefile.am | [deleted file] | blob | history |
bindings/java/Makefile.am | [deleted file] | blob | history |
configure.ac | diff | blob | history | |
m4/.gitignore | [new file with mode: 0644] | blob |
proto/Makefile.am | [deleted file] | blob | history |
src/Makefile.am | [deleted file] | blob | history |
src/daemon/Makefile.am | [deleted file] | blob | history |
src/libcollectdclient/Makefile.am | [deleted file] | blob | history |
src/liboconfig/Makefile.am | [deleted file] | blob | history |