aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 592b682..6a16056 100644
--- a/Makefile
+++ b/Makefile
@@ -27,12 +27,12 @@ COBJS = ${COMPATS:.c=.o}
GMID_SRCS = gmid.c config.c crypto.c dirs.c fcgi.c iri.c log.c \
logger.c mime.c proc.c proxy.c puny.c sandbox.c \
- server.c utf8.c utils.c y.tab.c
+ server.c utf8.c utils.c y.tab.c proxy-proto.c
GMID_OBJS = ${GMID_SRCS:.c=.o} ${COBJS}
GEMEXP_SRCS = ge.c config.c crypto.c dirs.c fcgi.c iri.c log.c mime.c \
- proc.c proxy.c puny.c sandbox.c server.c utf8.c utils.c
+ proc.c proxy.c puny.c sandbox.c server.c utf8.c utils.c proxy-proto.c
GEMEXP_OBJS = ${GEMEXP_SRCS:.c=.o} ${COBJS}