-svn ignore
[oweals/gnunet.git] / src / hello / Makefile.am
index 61c84e50e1b38ca93163e3079db4735fe1ca4417..26aa6c7c48804d6aa0a3801bd276b1abd8ab4167 100644 (file)
@@ -12,11 +12,15 @@ endif
 lib_LTLIBRARIES = libgnunethello.la
 
 libgnunethello_la_SOURCES = \
-  hello.c 
+  hello.c address.c
 libgnunethello_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
 libgnunethello_la_LDFLAGS = \
-  $(GN_LIB_LDFLAGS)
+  $(GN_LIB_LDFLAGS) \
+  -version-info 0:0:0
+
+noinst_PROGRAMS = \
+ gnunet-hello
 
 check_PROGRAMS = \
  test_hello
@@ -31,3 +35,13 @@ test_hello_LDADD = \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la  
 
+
+gnunet_hello_SOURCES = \
+ gnunet-hello.c
+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
+