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 26aa6c7c4..18cb6b29c 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -14,7 +14,8 @@ lib_LTLIBRARIES = libgnunethello.la
14libgnunethello_la_SOURCES = \ 14libgnunethello_la_SOURCES = \
15 hello.c address.c 15 hello.c address.c
16libgnunethello_la_LIBADD = \ 16libgnunethello_la_LIBADD = \
17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 17 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
18 $(LTLIBINTL)
18libgnunethello_la_LDFLAGS = \ 19libgnunethello_la_LDFLAGS = \
19 $(GN_LIB_LDFLAGS) \ 20 $(GN_LIB_LDFLAGS) \
20 -version-info 0:0:0 21 -version-info 0:0:0