diff options
Diffstat (limited to 'src/hello/Makefile.am')
-rw-r--r-- | src/hello/Makefile.am | 4 |
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 lib_LTLIBRARIES = libgnunethello.la libgnunethello_la_SOURCES = \ - hello.c address.c + hello.c \ + address.c \ + hello-ng.c libgnunethello_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \ $(LTLIBINTL) |