aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 752e656..d950f33 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,8 @@
# all.
TESTS=
-GMID_SRCS = dirs.c \
+GMID_SRCS = config.c \
+ dirs.c \
fcgi.c \
gmid.c \
iri.c \
@@ -34,7 +35,8 @@ GMID_SRCS = dirs.c \
GMID_OBJS = ${GMID_SRCS:.c=.o} ${COBJS}
-GE_SRCS = dirs.c \
+GE_SRCS = config.c \
+ dirs.c \
fcgi.c \
ge.c \
iri.c \