aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-08 17:03:13 +0000
committerOmar Polo <op@omarpolo.com>2023-06-08 17:03:13 +0000
commitcbb7f9fc28abffd18642b83eeb8fe22e8931540f (patch)
tree86046e2245de6a3f4db444815898a9b57a244e28 /Makefile
parent797c4609a9b9923e8d15413f7412cf2bf4bb6ce5 (diff)
move logger() prototype to gmid.h and delete logger.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2b46883..6872ae7 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ GG_SRCS = gg.c iri.c utf8.c
GG_OBJS = ${GG_SRCS:.c=.o} ${COBJS}
-SRCS = gmid.h log.h logger.h parse.y proc.h \
+SRCS = gmid.h log.h parse.y proc.h \
${GMID_SRCS} ${GE_SRCS} ${GG_SRCS}
DISTNAME = gmid-${VERSION}
@@ -111,8 +111,8 @@ uninstall:
DISTFILES = .cirrus.yml .dockerignore .gitignore ChangeLog LICENSE \
Makefile README.md config.c configure configure.local.example \
dirs.c fcgi.c ge.1 ge.c gg.1 gg.c gmid.8 gmid.c gmid.conf.5 \
- gmid.h iri.c log.c log.h logger.c logger.h mime.c parse.y \
- proxy.c puny.c sandbox.c server.c utf8.c utils.c y.tab.c
+ gmid.h iri.c log.c log.h logger.c mime.c parse.y proxy.c \
+ puny.c sandbox.c server.c utf8.c utils.c y.tab.c
dist: ${DISTNAME}.sha256