From e1a419aafc1a968cebc5ea45d5ed265a4a1b6433 Mon Sep 17 00:00:00 2001 From: urras Date: Sat, 23 May 2015 14:51:11 -0400 Subject: [PATCH] Fix make dist, broken in 422e744 --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 995620ef..7d5c788a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,9 +22,9 @@ EXTRA_DIST = \ $(top_srcdir)/docs/updates/Crypto.md \ $(top_srcdir)/docs/updates/Spam-Prevention.md \ $(top_srcdir)/docs/updates/Symmetric-NAT-Transversal.md \ - $(top_srcdir)/tools/README \ - $(top_srcdir)/tools/astylerc \ - $(top_srcdir)/tools/pre-commit + $(top_srcdir)/other/astyle/README \ + $(top_srcdir)/other/astyle/astylerc \ + $(top_srcdir)/other/astyle/pre-commit if BUILD_AV