summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/svnserve/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/svn/svnserve/Makefile')
-rw-r--r--usr.bin/svn/svnserve/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/svn/svnserve/Makefile b/usr.bin/svn/svnserve/Makefile
index f1fa314..4133c27 100644
--- a/usr.bin/svn/svnserve/Makefile
+++ b/usr.bin/svn/svnserve/Makefile
@@ -8,7 +8,7 @@ MAN=
PROG= svn${SVNLITE}serve
-SRCS= cyrus_auth.c log-escape.c serve.c svnserve.c winservice.c
+SRCS= cyrus_auth.c log-escape.c logger.c serve.c svnserve.c winservice.c
CFLAGS+=-I${SVNDIR}/include -I${SVNDIR} -I${.CURDIR}/.. \
-I${.CURDIR}/../lib/libapr \
@@ -25,6 +25,7 @@ LDADD= -L${LIBSVN_RADIR} -lsvn_ra \
-L${LIBSVN_REPOSDIR} -lsvn_repos \
-L${LIBSVN_FSDIR} -lsvn_fs \
-L${LIBSVN_FS_FSDIR} -lsvn_fs_fs \
+ -L${LIBSVN_FS_XDIR} -lsvn_fs_x \
-L${LIBSVN_FS_UTILDIR} -lsvn_fs_util \
-L${LIBSVN_DELTADIR} -lsvn_delta \
-L${LIBSVN_SUBRDIR} -lsvn_subr \
OpenPOWER on IntegriCloud