diff options
author | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2018-08-13 09:56:48 +0200 |
---|---|---|
committer | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2018-08-13 09:56:48 +0200 |
commit | e4e62ee393f90cd9b788211f6d311cb180e38b30 (patch) | |
tree | 0124d836efce49c15cd03f1523dd74bf3e8e42ce /src/jsonapi/Makefile.am | |
parent | 6371b64774428e83ff83ada88bda354356718aca (diff) |
fix dep handling rest plugin
Diffstat (limited to 'src/jsonapi/Makefile.am')
-rw-r--r-- | src/jsonapi/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/jsonapi/Makefile.am b/src/jsonapi/Makefile.am index 0c6d60b10..489c4d9f2 100644 --- a/src/jsonapi/Makefile.am +++ b/src/jsonapi/Makefile.am @@ -8,8 +8,11 @@ endif lib_LTLIBRARIES = \ libgnunetjsonapi.la \ - libgnunetjsonapiutils.la \ - libgnunet_plugin_rest_reclaim.la + libgnunetjsonapiutils.la + +if HAVE_ABE +lib_LTLIBRARIES += libgnunet_plugin_rest_reclaim.la +endif libgnunet_plugin_rest_reclaim_la_SOURCES = \ plugin_rest_reclaim.c |