aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index c2bc5cd69..61c84e50e 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -15,6 +15,8 @@ libgnunethello_la_SOURCES = \
15 hello.c 15 hello.c
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 = \
19 $(GN_LIB_LDFLAGS)
18 20
19check_PROGRAMS = \ 21check_PROGRAMS = \
20 test_hello 22 test_hello