This kills some nested makefiles. They don't hurt much but they are
largely redudant so don't serve much usefulness either. After this we
have a strict two level Makefile hierarchy, which is an easy rule of
thumb to follow.
The first two patches clean up blantantly redundant makesfiles
Patch 3 is a bit trickier with the wireshark plugin, but it's also
more useful to fix since now it can be built in parallel with the
rest of the tools/ directory.
Cole Robinson (3):
build: Kill include/libvirt/Makefile.am
build: Kill docs/schemas/Makefile.am
build: Kill tools/wireshark Makefiles
Makefile.am | 2 +-
configure.ac | 7 ++----
docs/Makefile.am | 10 ++++----
docs/schemas/Makefile.am | 35 ---------------------------
include/Makefile.am | 19 +++++++++++++--
include/libvirt/Makefile.am | 44 ----------------------------------
tools/Makefile.am | 52 ++++++++++++++++++++++++++++++++++++++---
tools/wireshark/Makefile.am | 23 ------------------
tools/wireshark/src/Makefile.am | 49 --------------------------------------
9 files changed, 75 insertions(+), 166 deletions(-)
delete mode 100644 docs/schemas/Makefile.am
delete mode 100644 include/libvirt/Makefile.am
delete mode 100644 tools/wireshark/Makefile.am
delete mode 100644 tools/wireshark/src/Makefile.am
--
2.5.0