aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-13 09:56:48 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-13 09:56:48 +0200
commite4e62ee393f90cd9b788211f6d311cb180e38b30 (patch)
tree0124d836efce49c15cd03f1523dd74bf3e8e42ce /src/rest-plugins
parent6371b64774428e83ff83ada88bda354356718aca (diff)
downloadgnunet-e4e62ee393f90cd9b788211f6d311cb180e38b30.tar.gz
gnunet-e4e62ee393f90cd9b788211f6d311cb180e38b30.zip
fix dep handling rest plugin
Diffstat (limited to 'src/rest-plugins')
-rw-r--r--src/rest-plugins/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am
index ae74dc78a..3acf8839e 100644
--- a/src/rest-plugins/Makefile.am
+++ b/src/rest-plugins/Makefile.am
@@ -22,8 +22,10 @@ plugin_LTLIBRARIES = \
22 libgnunet_plugin_rest_peerinfo.la \ 22 libgnunet_plugin_rest_peerinfo.la \
23 libgnunet_plugin_rest_identity.la \ 23 libgnunet_plugin_rest_identity.la \
24 libgnunet_plugin_rest_namestore.la \ 24 libgnunet_plugin_rest_namestore.la \
25 libgnunet_plugin_rest_gns.la \ 25 libgnunet_plugin_rest_gns.la
26 libgnunet_plugin_rest_openid_connect.la 26if HAVE_ABE
27plugin_LTLIBRARIES += libgnunet_plugin_rest_openid_connect.la
28endif
27 29
28 30
29libgnunet_plugin_rest_copying_la_SOURCES = \ 31libgnunet_plugin_rest_copying_la_SOURCES = \