From c293aaa031955378f663aea66e5cdcc37bb11fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 15 Feb 2012 08:15:17 -0800 Subject: [PATCH] fixup symlink --- base/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/base/Makefile.am b/base/Makefile.am index 376536057..105a03608 100644 --- a/base/Makefile.am +++ b/base/Makefile.am @@ -52,5 +52,4 @@ EXTRA_DIST = NTMakefile version-script.map base64.c: $(RM) base64.c - $(LN_S) $(srcdir)/../roken/base64.c . - + $(LN_S) $(srcdir)/../lib/roken/base64.c .