Fix W32 gauger C bindings - quote arguments
[oweals/gnunet.git] / src / hello / Makefile.am
index 2de485a9ef15a030b5bf674bced0e0103ed9e85e..18cb6b29ccfa08f809669deb7412654690e36c70 100644 (file)
@@ -14,7 +14,8 @@ lib_LTLIBRARIES = libgnunethello.la
 libgnunethello_la_SOURCES = \
   hello.c address.c
 libgnunethello_la_LIBADD = \
- $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
+ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
+ $(LTLIBINTL)
 libgnunethello_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0
@@ -41,4 +42,7 @@ gnunet_hello_SOURCES = \
 gnunet_hello_LDADD = \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la  
+gnunet_hello_DEPENDENCIES = \
+ libgnunethello.la \
+ $(top_builddir)/src/util/libgnunetutil.la