From 69e5d475537bcd3a682557529200a973bf438842 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Mon, 7 Apr 2014 23:07:26 +0100 Subject: [PATCH] Ensure tools directory is really included in the build output. --- .gitignore | 4 ++++ configure.ac | 1 + 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7669c0fd..f9bac588 100644 --- a/.gitignore +++ b/.gitignore @@ -130,6 +130,10 @@ help/C/*html /po/remove-potcdate.sin /po/viking/ +# tools/ +tools/Makefile.in +tools/Makefile + # m4/ m4/*m4 diff --git a/configure.ac b/configure.ac index f442eb68..9bf0f871 100644 --- a/configure.ac +++ b/configure.ac @@ -390,6 +390,7 @@ AC_CONFIG_FILES([ src/icons/Makefile po/Makefile.in data/Makefile + tools/Makefile test/Makefile help/Makefile win32/Makefile -- 2.39.5