aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-06 11:46:40 +0000
committerOmar Polo <op@omarpolo.com>2023-06-06 11:46:40 +0000
commiteae52ad493f582222b4f2b748c0043c42bb851cb (patch)
tree0cc9aa41b31d831984e39cb2b14ab2cc05a0f83d /Makefile
parent58fae4ea901aed6b093c5a336eb09abe6efe5880 (diff)
switch to the more usual log.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5375097..1719259 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ GMID_SRCS = config.c \
fcgi.c \
gmid.c \
iri.c \
+ log.c \
logger.c \
mime.c \
proxy.c \
@@ -40,6 +41,7 @@ GE_SRCS = config.c \
fcgi.c \
ge.c \
iri.c \
+ log.c \
logger.c \
mime.c \
proxy.c \
@@ -58,6 +60,7 @@ GG_SRCS = gg.c \
GG_OBJS = ${GG_SRCS:.c=.o} ${COBJS}
SRCS = gmid.h \
+ log.h \
logger.h \
parse.y \
${GMID_SRCS} \
@@ -158,6 +161,8 @@ DISTFILES = .cirrus.yml \
gmid.conf.5 \
gmid.h \
iri.c \
+ log.c \
+ log.h \
logger.c \
mime.c \
parse.y \