aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-13 13:54:57 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-13 13:54:57 +0000
commitd94c5185fcdf47c6a57d3233b946fa7e621f7ad9 (patch)
tree1ded577285183d6457bde8787b9bccaa01f12143 /src/hello
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
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