aboutsummaryrefslogtreecommitdiff
path: root/src/hello/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-22 17:29:01 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-22 17:29:01 +0100
commitca90313490f4233ce9d209abbdcc2d78d16b8326 (patch)
treeae0743a71f00cd744ba2368cb45c9a4f3949752c /src/hello/Makefile.am
parentae82c19b277ae3f5f43379ed6fc384aba4fdea83 (diff)
downloadgnunet-ca90313490f4233ce9d209abbdcc2d78d16b8326.tar.gz
gnunet-ca90313490f4233ce9d209abbdcc2d78d16b8326.zip
add new hello generation support logic to tng
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)