aboutsummaryrefslogtreecommitdiff
path: root/src/identity
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-18 13:36:24 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-18 13:36:24 +0000
commit23b28da68bbca9dcd677cdd96473fd18e90e5a7e (patch)
treeaec1e65010e3b5c8b8ac7f34fd5fc2a0497f9df0 /src/identity
parent0ecb4d9fd1448729880ab75420ddb7a1d0d0ddbc (diff)
downloadgnunet-23b28da68bbca9dcd677cdd96473fd18e90e5a7e.tar.gz
gnunet-23b28da68bbca9dcd677cdd96473fd18e90e5a7e.zip
-add dependencies to hopefully make W32 bb happy
Diffstat (limited to 'src/identity')
-rw-r--r--src/identity/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 060345607..bd7376234 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -41,7 +41,7 @@ gnunet_service_identity_LDADD = \
41 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 41 $(top_builddir)/src/statistics/libgnunetstatistics.la \
42 $(GN_LIBINTL) 42 $(GN_LIBINTL)
43gnunet_service_identity_DEPENDENCIES = \ 43gnunet_service_identity_DEPENDENCIES = \
44 libgnunetidentity.la 44 $(top_builddir)/src/identity/libgnunetidentity.la
45 45
46gnunet_identity_SOURCES = \ 46gnunet_identity_SOURCES = \
47 gnunet-identity.c 47 gnunet-identity.c
@@ -51,7 +51,7 @@ gnunet_identity_LDADD = \
51 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 51 $(top_builddir)/src/statistics/libgnunetstatistics.la \
52 $(GN_LIBINTL) 52 $(GN_LIBINTL)
53gnunet_service_identity_DEPENDENCIES = \ 53gnunet_service_identity_DEPENDENCIES = \
54 libgnunetidentity.la 54 $(top_builddir)/src/identity/libgnunetidentity.la
55 55
56 56
57if HAVE_TESTING 57if HAVE_TESTING
@@ -70,6 +70,8 @@ test_identity_LDADD = \
70 $(top_builddir)/src/identity/libgnunetidentity.la \ 70 $(top_builddir)/src/identity/libgnunetidentity.la \
71 $(top_builddir)/src/testing/libgnunettesting.la \ 71 $(top_builddir)/src/testing/libgnunettesting.la \
72 $(top_builddir)/src/util/libgnunetutil.la 72 $(top_builddir)/src/util/libgnunetutil.la
73test_identity_DEPENDENCIES = \
74 $(top_builddir)/src/identity/libgnunetidentity.la
73 75
74test_identity_defaults_SOURCES = \ 76test_identity_defaults_SOURCES = \
75 test_identity_defaults.c 77 test_identity_defaults.c
@@ -77,7 +79,8 @@ test_identity_defaults_LDADD = \
77 $(top_builddir)/src/identity/libgnunetidentity.la \ 79 $(top_builddir)/src/identity/libgnunetidentity.la \
78 $(top_builddir)/src/testing/libgnunettesting.la \ 80 $(top_builddir)/src/testing/libgnunettesting.la \
79 $(top_builddir)/src/util/libgnunetutil.la 81 $(top_builddir)/src/util/libgnunetutil.la
80 82test_identity_defaults_DEPENDENCIES = \
83 $(top_builddir)/src/identity/libgnunetidentity.la
81 84
82EXTRA_DIST = \ 85EXTRA_DIST = \
83 test_identity.conf 86 test_identity.conf