aboutsummaryrefslogtreecommitdiff
path: root/src/identity
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-28 14:59:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-28 14:59:48 +0000
commitb7b5c0ffeda46dee307c5f46347bffd649459681 (patch)
tree80bcab1d2ae688612325790fd0abd064012bdc6e /src/identity
parentb276d3ef3ab34b24cd45ad3a10391929482607b0 (diff)
downloadgnunet-b7b5c0ffeda46dee307c5f46347bffd649459681.tar.gz
gnunet-b7b5c0ffeda46dee307c5f46347bffd649459681.zip
-fix #2970
Diffstat (limited to 'src/identity')
-rw-r--r--src/identity/Makefile.am27
1 files changed, 18 insertions, 9 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index bd7376234..7feebcb11 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -27,6 +27,8 @@ libgnunetidentity_la_LIBADD = \
27libgnunetidentity_la_LDFLAGS = \ 27libgnunetidentity_la_LDFLAGS = \
28 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 28 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
29 -version-info 0:0:0 29 -version-info 0:0:0
30libgnunetidentity_la_DEPENDENCIES = \
31 $(top_builddir)/src/util/libgnunetutil.la
30 32
31bin_PROGRAMS = \ 33bin_PROGRAMS = \
32 gnunet-identity 34 gnunet-identity
@@ -37,21 +39,24 @@ libexec_PROGRAMS = \
37gnunet_service_identity_SOURCES = \ 39gnunet_service_identity_SOURCES = \
38 gnunet-service-identity.c 40 gnunet-service-identity.c
39gnunet_service_identity_LDADD = \ 41gnunet_service_identity_LDADD = \
40 $(top_builddir)/src/util/libgnunetutil.la \
41 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 42 $(top_builddir)/src/statistics/libgnunetstatistics.la \
43 $(top_builddir)/src/util/libgnunetutil.la \
42 $(GN_LIBINTL) 44 $(GN_LIBINTL)
43gnunet_service_identity_DEPENDENCIES = \ 45gnunet_service_identity_DEPENDENCIES = \
44 $(top_builddir)/src/identity/libgnunetidentity.la 46 $(top_builddir)/src/statistics/libgnunetstatistics.la \
47 $(top_builddir)/src/util/libgnunetutil.la
45 48
46gnunet_identity_SOURCES = \ 49gnunet_identity_SOURCES = \
47 gnunet-identity.c 50 gnunet-identity.c
48gnunet_identity_LDADD = \ 51gnunet_identity_LDADD = \
49 $(top_builddir)/src/identity/libgnunetidentity.la \ 52 libgnunetidentity.la \
50 $(top_builddir)/src/util/libgnunetutil.la \
51 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 53 $(top_builddir)/src/statistics/libgnunetstatistics.la \
54 $(top_builddir)/src/util/libgnunetutil.la \
52 $(GN_LIBINTL) 55 $(GN_LIBINTL)
53gnunet_service_identity_DEPENDENCIES = \ 56gnunet_service_identity_DEPENDENCIES = \
54 $(top_builddir)/src/identity/libgnunetidentity.la 57 $(top_builddir)/src/statistics/libgnunetstatistics.la \
58 libgnunetidentity.la \
59 $(top_builddir)/src/util/libgnunetutil.la
55 60
56 61
57if HAVE_TESTING 62if HAVE_TESTING
@@ -67,20 +72,24 @@ endif
67test_identity_SOURCES = \ 72test_identity_SOURCES = \
68 test_identity.c 73 test_identity.c
69test_identity_LDADD = \ 74test_identity_LDADD = \
70 $(top_builddir)/src/identity/libgnunetidentity.la \ 75 libgnunetidentity.la \
71 $(top_builddir)/src/testing/libgnunettesting.la \ 76 $(top_builddir)/src/testing/libgnunettesting.la \
72 $(top_builddir)/src/util/libgnunetutil.la 77 $(top_builddir)/src/util/libgnunetutil.la
73test_identity_DEPENDENCIES = \ 78test_identity_DEPENDENCIES = \
74 $(top_builddir)/src/identity/libgnunetidentity.la 79 libgnunetidentity.la \
80 $(top_builddir)/src/testing/libgnunettesting.la \
81 $(top_builddir)/src/util/libgnunetutil.la
75 82
76test_identity_defaults_SOURCES = \ 83test_identity_defaults_SOURCES = \
77 test_identity_defaults.c 84 test_identity_defaults.c
78test_identity_defaults_LDADD = \ 85test_identity_defaults_LDADD = \
79 $(top_builddir)/src/identity/libgnunetidentity.la \ 86 libgnunetidentity.la \
80 $(top_builddir)/src/testing/libgnunettesting.la \ 87 $(top_builddir)/src/testing/libgnunettesting.la \
81 $(top_builddir)/src/util/libgnunetutil.la 88 $(top_builddir)/src/util/libgnunetutil.la
82test_identity_defaults_DEPENDENCIES = \ 89test_identity_defaults_DEPENDENCIES = \
83 $(top_builddir)/src/identity/libgnunetidentity.la 90 libgnunetidentity.la \
91 $(top_builddir)/src/testing/libgnunettesting.la \
92 $(top_builddir)/src/util/libgnunetutil.la
84 93
85EXTRA_DIST = \ 94EXTRA_DIST = \
86 test_identity.conf 95 test_identity.conf