aboutsummaryrefslogtreecommitdiff
path: root/src/hello/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/Makefile.am')
-rw-r--r--src/hello/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 0122a1918..1788e8f65 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -16,7 +16,8 @@ libgnunethello_la_SOURCES = \
16libgnunethello_la_LIBADD = \ 16libgnunethello_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
18libgnunethello_la_LDFLAGS = \ 18libgnunethello_la_LDFLAGS = \
19 $(GN_LIB_LDFLAGS) 19 $(GN_LIB_LDFLAGS) \
20 -version-info 0:0:0
20 21
21check_PROGRAMS = \ 22check_PROGRAMS = \
22 test_hello 23 test_hello