Add missing blackslash
authorLRN <lrn1986@gmail.com>
Mon, 7 Oct 2013 20:02:09 +0000 (20:02 +0000)
committerLRN <lrn1986@gmail.com>
Mon, 7 Oct 2013 20:02:09 +0000 (20:02 +0000)
src/topology/Makefile.am

index 8c78d5c2c288b2506add16dfe31509f1626589b3..09a2766d95685a34ccca3c74dc52d253cdfa46fc 100644 (file)
@@ -17,7 +17,7 @@ lib_LTLIBRARIES = libgnunetfriends.la
 libgnunetfriends_la_SOURCES = \
   friends.c
 libgnunetfriends_la_LIBADD = \
-  $(top_builddir)/src/util/libgnunetutil.la
+  $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL) $(XLIB)
 libgnunetfriends_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)  $(WINFLAGS) \