diff options
author | Cole Robinson <crobinso@redhat.com> | 2016-01-10 15:35:36 -0500 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2016-01-12 11:30:08 -0500 |
commit | 3445acdbaa284c6d32600e03be58f513a8a6519a (patch) | |
tree | e8782eace483c6b7419ad66f054fc192a864484b /Makefile.am | |
parent | 8c67ab6684e984bcf7f4de3e6eee9d19b219a369 (diff) | |
download | libvirt-3445acdbaa284c6d32600e03be58f513a8a6519a.tar.gz |
build: Kill tools/wireshark Makefiles
Just handle it all in tools/Makefile.am. I verified the generated output
looks similar to the pre patch output, but I didn't test it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 708d051c52..ffe051793a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ LCOV = lcov GENHTML = genhtml SUBDIRS = . gnulib/lib include src daemon tools docs gnulib/tests \ - tests po examples tools/wireshark + tests po examples ACLOCAL_AMFLAGS = -I m4 |