
This deletes more than it adds; the worst part of the diff is that I mixed sorting with addition. Let me know if you want those actions split into two pieces for easier review.
configure.ac | 6 ---- tests/Makefile.am | 57 ++++++++++++++++++++------------------ tests/commanddata/Makefile.am | 2 - tests/confdata/Makefile.am | 2 - tests/sexpr2xmldata/Makefile.am | 2 - tests/xencapsdata/Makefile.am | 3 -- tests/xmconfigdata/Makefile.am | 2 - tests/xml2sexprdata/Makefile.am | 2 - 8 files changed, 30 insertions(+), 46 deletions(-) delete mode 100644 tests/commanddata/Makefile.am delete mode 100644 tests/confdata/Makefile.am delete mode 100644 tests/sexpr2xmldata/Makefile.am delete mode 100644 tests/xencapsdata/Makefile.am delete mode 100644 tests/xmconfigdata/Makefile.am delete mode 100644 tests/xml2sexprdata/Makefile.am
That's ok, it's not that long... You just moved SUBDIRS directories to EXTRA_DIST and made it sorted. ACK Jirka