aboutsummaryrefslogtreecommitdiff
path: root/src/identity/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2017-09-16 09:44:32 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2017-09-16 09:44:32 +0200
commitd5ec12fdbc288f376ee2ee18aceb00e338191f28 (patch)
tree262ebcee5d4808184adfd60d28e4155597bb1b90 /src/identity/Makefile.am
parent9e6994a55e64aaf7b45fdad7277c27bf30e3c0f3 (diff)
downloadgnunet-d5ec12fdbc288f376ee2ee18aceb00e338191f28.tar.gz
gnunet-d5ec12fdbc288f376ee2ee18aceb00e338191f28.zip
-move idp gns record handling to identity-provider
Diffstat (limited to 'src/identity/Makefile.am')
-rw-r--r--src/identity/Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 94e8c5e94..b8e70fffb 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -42,8 +42,7 @@ libexec_PROGRAMS = \
42if HAVE_MHD 42if HAVE_MHD
43if HAVE_JSON 43if HAVE_JSON
44plugin_LTLIBRARIES = \ 44plugin_LTLIBRARIES = \
45 libgnunet_plugin_rest_identity.la \ 45 libgnunet_plugin_rest_identity.la
46 libgnunet_plugin_gnsrecord_identity.la
47endif 46endif
48endif 47endif
49 48
@@ -55,14 +54,6 @@ gnunet_service_identity_LDADD = \
55 $(top_builddir)/src/util/libgnunetutil.la \ 54 $(top_builddir)/src/util/libgnunetutil.la \
56 $(GN_LIBINTL) 55 $(GN_LIBINTL)
57 56
58libgnunet_plugin_gnsrecord_identity_la_SOURCES = \
59 plugin_gnsrecord_identity.c
60libgnunet_plugin_gnsrecord_identity_la_LIBADD = \
61 $(top_builddir)/src/util/libgnunetutil.la \
62 $(LTLIBINTL)
63libgnunet_plugin_gnsrecord_identity_la_LDFLAGS = \
64 $(GN_PLUGIN_LDFLAGS)
65
66 57
67libgnunet_plugin_rest_identity_la_SOURCES = \ 58libgnunet_plugin_rest_identity_la_SOURCES = \
68 plugin_rest_identity.c 59 plugin_rest_identity.c