]> git.street.me.uk Git - andy/viking.git/commitdiff
Ensure tools directory is really included in the build output.
authorRob Norris <rw_norris@hotmail.com>
Mon, 7 Apr 2014 22:07:26 +0000 (23:07 +0100)
committerRob Norris <rw_norris@hotmail.com>
Tue, 8 Apr 2014 19:28:19 +0000 (20:28 +0100)
.gitignore
configure.ac

index 7669c0fd163b3c1dd1cbc1e8a2fd525ace482e25..f9bac588ab807b5e65b85ea918da1b0a9798d52e 100644 (file)
@@ -130,6 +130,10 @@ help/C/*html
 /po/remove-potcdate.sin
 /po/viking/
 
+# tools/
+tools/Makefile.in
+tools/Makefile
+
 # m4/
 m4/*m4
 
index f442eb68c8c3a28affea09dde38c25f386012db5..9bf0f871c36409c2bf6bf94790e8ddbe43990825 100644 (file)
@@ -390,6 +390,7 @@ AC_CONFIG_FILES([
                src/icons/Makefile
                po/Makefile.in
                data/Makefile
+               tools/Makefile
                test/Makefile
                help/Makefile
                win32/Makefile