- fix
[oweals/gnunet.git] / src / hello / Makefile.am
index 2de485a9ef15a030b5bf674bced0e0103ed9e85e..fd5a41beabe42e0b91362a028955850cdc802ebb 100644 (file)
@@ -14,10 +14,11 @@ 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
+  -version-info 1:0:1
 
 noinst_PROGRAMS = \
  gnunet-hello
@@ -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