gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 09/14: change makefile for rest


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 09/14: change makefile for rest
Date: Tue, 12 Mar 2019 10:09:06 +0100

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

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

commit 253fc6b29e52a29bf326a38f5f061fd23add021d
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Tue Mar 12 09:48:41 2019 +0100

    change makefile for rest
---
 src/Makefile.am              |  2 +-
 src/rest-plugins/Makefile.am | 23 -----------------------
 2 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 03738e4ed..ebf008eb0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -60,7 +60,7 @@ endif
 
 if HAVE_MHD
 if HAVE_JSON
- REST_DIR = rest rest-plugins
+ REST_DIR = rest
 endif
 endif
 
diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am
deleted file mode 100644
index cd61a2bd8..000000000
--- a/src/rest-plugins/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-# This Makefile.am is in the public domain
-AM_CPPFLAGS = -I$(top_srcdir)/src/include
-
-plugindir = $(libdir)/gnunet
-
-pkgcfgdir= $(pkgdatadir)/config.d/
-
-libexecdir= $(pkglibdir)/libexec/
-
-
-if MINGW
-  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
-endif
-
-if USE_COVERAGE
-  AM_CFLAGS = --coverage -O0
-  XLIBS = -lgcov
-endif
-
-plugin_LTLIBRARIES = \
-
-
-

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



reply via email to

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