Commit Diff


commit - 14754100838b92ca0c3203a1d971f2c170d44643
commit + f3b9329b941ea4b6fcc829285d3ff5fd74d47d96
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])