aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/Makefile.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/hello/Makefile.am b/src/hello/Makefile.am
index 7e5b9c451..6ce036e14 100644
--- a/src/hello/Makefile.am
+++ b/src/hello/Makefile.am
@@ -35,21 +35,18 @@ endif
35test_hello_SOURCES = \ 35test_hello_SOURCES = \
36 test_hello.c 36 test_hello.c
37test_hello_LDADD = \ 37test_hello_LDADD = \
38 $(top_builddir)/src/hello/libgnunethello.la \ 38 libgnunethello.la \
39 $(top_builddir)/src/util/libgnunetutil.la 39 $(top_builddir)/src/util/libgnunetutil.la
40 40
41test_friend_hello_SOURCES = \ 41test_friend_hello_SOURCES = \
42 test_friend_hello.c 42 test_friend_hello.c
43test_friend_hello_LDADD = \ 43test_friend_hello_LDADD = \
44 $(top_builddir)/src/hello/libgnunethello.la \ 44 libgnunethello.la \
45 $(top_builddir)/src/util/libgnunetutil.la 45 $(top_builddir)/src/util/libgnunetutil.la
46 46
47gnunet_hello_SOURCES = \ 47gnunet_hello_SOURCES = \
48 gnunet-hello.c 48 gnunet-hello.c
49gnunet_hello_LDADD = \ 49gnunet_hello_LDADD = \
50 $(top_builddir)/src/hello/libgnunethello.la \
51 $(top_builddir)/src/util/libgnunetutil.la
52gnunet_hello_DEPENDENCIES = \
53 libgnunethello.la \ 50 libgnunethello.la \
54 $(top_builddir)/src/util/libgnunetutil.la 51 $(top_builddir)/src/util/libgnunetutil.la
55 52