aboutsummaryrefslogtreecommitdiff
path: root/src/identity/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-17 20:26:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-17 20:26:02 +0000
commitaabe756fa2d764481c337060d27ff03c74b9e320 (patch)
tree4f0f5222a0e8cab9d7e99ca6a0f16c6752562472 /src/identity/Makefile.am
parent4fbefa9b5336452df611c4f02232a45caa1d0e6f (diff)
downloadgnunet-aabe756fa2d764481c337060d27ff03c74b9e320.tar.gz
gnunet-aabe756fa2d764481c337060d27ff03c74b9e320.zip
-misc bugfixes and test-fixes
Diffstat (limited to 'src/identity/Makefile.am')
-rw-r--r--src/identity/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index e68debbc1..060345607 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -56,7 +56,8 @@ gnunet_service_identity_DEPENDENCIES = \
56 56
57if HAVE_TESTING 57if HAVE_TESTING
58check_PROGRAMS = \ 58check_PROGRAMS = \
59 test_identity 59 test_identity \
60 test_identity_defaults
60endif 61endif
61 62
62if ENABLE_TEST_RUN 63if ENABLE_TEST_RUN
@@ -70,6 +71,13 @@ test_identity_LDADD = \
70 $(top_builddir)/src/testing/libgnunettesting.la \ 71 $(top_builddir)/src/testing/libgnunettesting.la \
71 $(top_builddir)/src/util/libgnunetutil.la 72 $(top_builddir)/src/util/libgnunetutil.la
72 73
74test_identity_defaults_SOURCES = \
75 test_identity_defaults.c
76test_identity_defaults_LDADD = \
77 $(top_builddir)/src/identity/libgnunetidentity.la \
78 $(top_builddir)/src/testing/libgnunettesting.la \
79 $(top_builddir)/src/util/libgnunetutil.la
80
73 81
74EXTRA_DIST = \ 82EXTRA_DIST = \
75 test_identity.conf 83 test_identity.conf