gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: IDENTITY/REST: fix plugin l


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: IDENTITY/REST: fix plugin location
Date: Thu, 25 Apr 2019 18:03:34 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 60d3fd3e0 IDENTITY/REST: fix plugin location
60d3fd3e0 is described below

commit 60d3fd3e08cc2b47aeaa9dc4a1305ccd455c26cd
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Apr 25 18:03:22 2019 +0200

    IDENTITY/REST: fix plugin location
---
 src/identity/Makefile.am | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 5c1af8e19..b4e62f595 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -14,7 +14,7 @@ endif
 
 if HAVE_MHD
 if HAVE_JSON
-REST_PLUGIN = libgnunet_plugin_rest_identity.la
+plugin_LTLIBRARIES = libgnunet_plugin_rest_identity.la
 endif
 endif
 
@@ -26,8 +26,7 @@ pkgcfg_DATA = \
   identity.conf
 
 lib_LTLIBRARIES = \
-  libgnunetidentity.la \
-  $(REST_PLUGIN)
+  libgnunetidentity.la
 
 
 libgnunet_plugin_rest_identity_la_SOURCES = \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]