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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 79003301b..00357f9e1 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -13,7 +13,9 @@ endif
13lib_LTLIBRARIES = libgnunethello.la 13lib_LTLIBRARIES = libgnunethello.la
14 14
15libgnunethello_la_SOURCES = \ 15libgnunethello_la_SOURCES = \
16 hello.c address.c 16 hello.c \
17 address.c \
18 hello-ng.c
17libgnunethello_la_LIBADD = \ 19libgnunethello_la_LIBADD = \
18 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \ 20 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
19 $(LTLIBINTL) 21 $(LTLIBINTL)