aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 09:48:41 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 09:48:41 +0100
commit253fc6b29e52a29bf326a38f5f061fd23add021d (patch)
treea1bc445df1ef0b750853e022cb0e1c07b1735613 /src
parent7834f57e9c64538540dd203c5973259cf87b05c2 (diff)
downloadgnunet-253fc6b29e52a29bf326a38f5f061fd23add021d.tar.gz
gnunet-253fc6b29e52a29bf326a38f5f061fd23add021d.zip
change makefile for rest
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/rest-plugins/Makefile.am23
2 files changed, 1 insertions, 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
60 60
61if HAVE_MHD 61if HAVE_MHD
62if HAVE_JSON 62if HAVE_JSON
63 REST_DIR = rest rest-plugins 63 REST_DIR = rest
64endif 64endif
65endif 65endif
66 66
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 @@
1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include
3
4plugindir = $(libdir)/gnunet
5
6pkgcfgdir= $(pkgdatadir)/config.d/
7
8libexecdir= $(pkglibdir)/libexec/
9
10
11if MINGW
12 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
13endif
14
15if USE_COVERAGE
16 AM_CFLAGS = --coverage -O0
17 XLIBS = -lgcov
18endif
19
20plugin_LTLIBRARIES = \
21
22
23