Commit Diff


commit - c4b45c8d3dca40d68f65e634db602c3e50ed10b8
commit + 3770e05568dc25b65125358aeb7a51ced8afb221
blob - 7f582638c01e06b741b7bfa8416888fd175c6475
blob + c3e6624e4c9b6ffac08c31bf187917d0dbab7bc5
--- configure.ac
+++ configure.ac
@@ -911,7 +911,6 @@ AC_CONFIG_FILES([Makefile
 		 libexec/got-read-patch/Makefile
 		 libexec/got-read-tag/Makefile
 		 libexec/got-send-pack/Makefile
-		 gitwrapper/Makefile
 		 got/Makefile
 		 gotadmin/Makefile
 		 gotwebd/Makefile
@@ -919,6 +918,7 @@ AC_CONFIG_FILES([Makefile
 		 Makefile.common:Makefile.common.in])
 
 if test "x$enable_gotd" = "xyes"; then
+	AC_CONFIG_FILES([gitwrapper/Makefile])
 	AC_CONFIG_FILES([gotd/Makefile])
 	AC_CONFIG_FILES([gotsh/Makefile])
 	AC_CONFIG_FILES([gotctl/Makefile])