aboutsummaryrefslogtreecommitdiff
path: root/src/cli/identity/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/identity/Makefile.am')
-rw-r--r--src/cli/identity/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/identity/Makefile.am b/src/cli/identity/Makefile.am
index be2c2f1c6..d748c19ea 100644
--- a/src/cli/identity/Makefile.am
+++ b/src/cli/identity/Makefile.am
@@ -17,7 +17,7 @@ gnunet_identity_SOURCES = \
17 gnunet-identity.c 17 gnunet-identity.c
18gnunet_identity_LDADD = \ 18gnunet_identity_LDADD = \
19 $(top_builddir)/src/service/libgnunetidentity.la \ 19 $(top_builddir)/src/service/libgnunetidentity.la \
20 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 20 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \
21 $(top_builddir)/src/lib/util/libgnunetutil.la \ 21 $(top_builddir)/src/lib/util/libgnunetutil.la \
22 $(GN_LIBINTL) 22 $(GN_LIBINTL)
23 23