commit 2632ba010c8f23425f7549eaddbd59c41db7fa36 from: Thomas Adam date: Thu Apr 25 15:27:15 2024 UTC portable: gotd libexec logging Include the logging functionality from gotd for the helpers. commit - be8d6523f57794ac75b83c622997065380f05463 commit + 2632ba010c8f23425f7549eaddbd59c41db7fa36 blob - 8260164ab10e214c5fb631392438c6c875be0ed5 blob + a8ffd40fa49a202e538fad28d7e355e3d52a5176 --- Makefile.common.in +++ Makefile.common.in @@ -21,3 +21,4 @@ AM_CPPFLAGS += \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/include \ -I$(top_srcdir)/template \ + -I$(top_srcdir)/gotd \ blob - 628c802e94ca4851c9856f1eed8ce4eb844345f0 blob + 54ed4648669a98e789c5fafc287147b5f2c751ba --- gotd/libexec/got-notify-email/Makefile.am +++ gotd/libexec/got-notify-email/Makefile.am @@ -3,6 +3,7 @@ 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/pollfd.c blob - 1a5791453503e173db20aa24ba12a7c2fa6e3fd1 blob + f464dc0df6da86ebc19cb595589a51bcabc818fa --- gotd/libexec/got-notify-http/Makefile.am +++ gotd/libexec/got-notify-http/Makefile.am @@ -3,6 +3,7 @@ libexec_PROGRAMS = got-notify-http include $(top_builddir)/Makefile.common 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 \