Commit Diff


commit - 34943005498051116f012630a765ec209195b8bc
commit + 9067b8a0aa11ae8c07f215d9e932c8c86b120da9
blob - 889c9923134362077aefd51b2a261c9044e999ba
blob + f618d4066f8e435b5879c332f44f975de1a997cf
--- gitwrapper/Makefile.am
+++ gitwrapper/Makefile.am
@@ -8,11 +8,11 @@ AM_CPPFLAGS += -DGITWRAPPER_GIT_LIBEXEC_DIR='"@GITWRAP
 CLEANFILES = parse.h
 
 gitwrapper_SOURCES = gitwrapper.c \
-		  $(top_srcdir)/gotd/log.c \
 		  $(top_srcdir)/gotd/parse.y \
 		  $(top_srcdir)/lib/dial.c \
 		  $(top_srcdir)/lib/error.c \
 		  $(top_srcdir)/lib/hash.c \
+		  $(top_srcdir)/lib/log.c \
 		  $(top_srcdir)/lib/object_qid.c \
 		  $(top_srcdir)/lib/path.c \
 		  $(top_srcdir)/lib/reference_parse.c
blob - 393af413603fb3afc386e8669dc2a9654424cead
blob + e97d0abc66e19425a0c943c92b7871805b724b76
--- gotd/Makefile.am
+++ gotd/Makefile.am
@@ -30,6 +30,7 @@ gotd_SOURCES = gotd.c \
 	$(top_srcdir)/lib/hash.c \
 	$(top_srcdir)/lib/inflate.c \
 	$(top_srcdir)/lib/lockfile.c \
+	$(top_srcdir)/lib/log.c \
 	$(top_srcdir)/lib/murmurhash2.c \
 	$(top_srcdir)/lib/object.c \
 	$(top_srcdir)/lib/object_cache.c \
@@ -55,7 +56,6 @@ gotd_SOURCES = gotd.c \
 	auth.c \
 	imsg.c \
 	listen.c \
-	log.c \
 	notify.c \
 	parse.y \
 	privsep_stub.c \
blob - 54ed4648669a98e789c5fafc287147b5f2c751ba
blob + 3b4ae6c2987d9db43340e8c2f2cec388a931d975
--- gotd/libexec/got-notify-email/Makefile.am
+++ gotd/libexec/got-notify-email/Makefile.am
@@ -3,9 +3,9 @@ libexec_PROGRAMS = got-notify-email
 include $(top_builddir)/Makefile.common
 
 got_notify_email_SOURCES = got-notify-email.c \
-	$(top_srcdir)/gotd/log.c \
 	$(top_srcdir)/lib/error.c \
 	$(top_srcdir)/lib/hash.c \
+	$(top_srcdir)/lib/log.c \
 	$(top_srcdir)/lib/pollfd.c
 
 got_notify_email_DEPENDENCIES = $(top_builddir)/compat/libopenbsd-compat.a
blob - 390923d5b747d156670bd75619c23d32b8659735
blob + 074f090189c0020b1260a2ec1af10d5ffa993941
--- gotd/libexec/got-notify-http/Makefile.am
+++ gotd/libexec/got-notify-http/Makefile.am
@@ -5,10 +5,10 @@ include $(top_builddir)/Makefile.common
 EXTRA_DIST = utf8d.h
 
 got_notify_http_SOURCES = got-notify-http.c \
-	$(top_srcdir)/gotd/log.c \
 	$(top_srcdir)/lib/bufio.c \
 	$(top_srcdir)/lib/error.c \
 	$(top_srcdir)/lib/hash.c \
+	$(top_srcdir)/lib/log.c \
 	$(top_srcdir)/lib/opentemp.c \
 	$(top_srcdir)/lib/pollfd.c
 
blob - efb59dd8bd4cef16f4f01b97b24d53047fa0cf03
blob + 881fd3e0ab069d2d5f09b3990991d500f72e9c82
--- gotwebd/Makefile.am
+++ gotwebd/Makefile.am
@@ -37,6 +37,7 @@ gotwebd_SOURCES = config.c \
 		  $(top_srcdir)/lib/hash.c \
 		  $(top_srcdir)/lib/inflate.c \
 		  $(top_srcdir)/lib/lockfile.c \
+		  $(top_srcdir)/lib/log.c \
 		  $(top_srcdir)/lib/murmurhash2.c \
 		  $(top_srcdir)/lib/object.c \
 		  $(top_srcdir)/lib/object_cache.c \
@@ -66,7 +67,6 @@ gotwebd_SOURCES = config.c \
 		  got_operations.c \
 		  gotweb.c \
 		  gotwebd.c \
-		  log.c \
 		  pages.c \
 		  parse.y \
 		  sockets.c