diff options
author | Gabor X Toth <*@tg-x.net> | 2014-05-27 11:23:23 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2014-05-27 11:23:23 +0000 |
commit | 72180436df2aff18a417a39059664072e02b09dc (patch) | |
tree | 09d0f17a770bee0dea7f8e2abf5eed19ead5625d /src/multicast/Makefile.am | |
parent | cfeccc1b56def35ac586ac2c09ac70b523b59ef5 (diff) |
multicast: run testing peer
Diffstat (limited to 'src/multicast/Makefile.am')
-rw-r--r-- | src/multicast/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/multicast/Makefile.am b/src/multicast/Makefile.am index 8ccc7b88a6..8d4813e54e 100644 --- a/src/multicast/Makefile.am +++ b/src/multicast/Makefile.am @@ -66,5 +66,10 @@ endif test_multicast_SOURCES = \ test_multicast.c test_multicast_LDADD = \ + libgnunetmulticast.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/util/libgnunetutil.la +test_multicast_DEPENDENCIES = \ + libgnunetmulticast.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la - |