aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2016-03-18 15:03:17 +0000
committerDaniel Golle <daniel@makrotopia.org>2016-03-18 15:03:17 +0000
commite6666ba0c5183d7183429d8bb5ab1ec5804f941f (patch)
tree85942e73810a235b9cd1ad86c9fec961d50aaef3
parentcaed9f3ee509b41d7c31f5bc7dcacfd56a857a2e (diff)
downloadgnunet-e6666ba0c5183d7183429d8bb5ab1ec5804f941f.tar.gz
gnunet-e6666ba0c5183d7183429d8bb5ab1ec5804f941f.zip
identity-provider: install into lib instead of plugins
-rw-r--r--src/identity-provider/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity-provider/Makefile.am b/src/identity-provider/Makefile.am
index 1e0b82528..4ba2f4700 100644
--- a/src/identity-provider/Makefile.am
+++ b/src/identity-provider/Makefile.am
@@ -19,7 +19,7 @@ libexecdir= $(pkglibdir)/libexec/
19pkgcfg_DATA = \ 19pkgcfg_DATA = \
20 identity-provider.conf 20 identity-provider.conf
21 21
22plugin_LTLIBRARIES = \ 22lib_LTLIBRARIES = \
23 libgnunetidentityprovider.la \ 23 libgnunetidentityprovider.la \
24 libgnunet_plugin_rest_identity_provider.la 24 libgnunet_plugin_rest_identity_provider.la
25 25