commit 8ac6b1fb18250371bf7dd5357b76227f8df07fe8
parent f75f0c41c0a128312e03d1c37db7ae3cc20e7387
Author: LRN <lrn1986@gmail.com>
Date: Wed, 19 Feb 2014 08:44:10 +0000
Fix a typo (missing backslash to continue a line)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
@@ -23,7 +23,7 @@ libmicrohttpd_la_LDFLAGS = \
$(MHD_LIB_LDFLAGS) \
-version-info @LIB_VERSION_CURRENT@:@LIB_VERSION_REVISION@:@LIB_VERSION_AGE@
if HAVE_W32
-libmicrohttpd_LDADD =
+libmicrohttpd_LDADD = \
$(top_builddir)/src/platform/libmicrohttpd_w32.la
endif