aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
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/rest-plugins
parent7834f57e9c64538540dd203c5973259cf87b05c2 (diff)
downloadgnunet-253fc6b29e52a29bf326a38f5f061fd23add021d.tar.gz
gnunet-253fc6b29e52a29bf326a38f5f061fd23add021d.zip
change makefile for rest
Diffstat (limited to 'src/rest-plugins')
-rw-r--r--src/rest-plugins/Makefile.am23
1 files changed, 0 insertions, 23 deletions
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