From: Rob Norris Date: Mon, 7 Apr 2014 22:07:26 +0000 (+0100) Subject: Ensure tools directory is really included in the build output. X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/69e5d475537bcd3a682557529200a973bf438842 Ensure tools directory is really included in the build output. --- 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