aboutsummaryrefslogtreecommitdiff
path: root/src/rest-plugins
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 09:47:39 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-03-12 09:47:39 +0100
commit7834f57e9c64538540dd203c5973259cf87b05c2 (patch)
treeb64ed5149257f94dd1714b8eb50d886f237d44be /src/rest-plugins
parentdbccb37562c243c5099ec07a602a437f6e985a1e (diff)
downloadgnunet-7834f57e9c64538540dd203c5973259cf87b05c2.tar.gz
gnunet-7834f57e9c64538540dd203c5973259cf87b05c2.zip
move credential makefile defs
Diffstat (limited to 'src/rest-plugins')
-rw-r--r--src/rest-plugins/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/rest-plugins/Makefile.am b/src/rest-plugins/Makefile.am
index bdc323c69..cd61a2bd8 100644
--- a/src/rest-plugins/Makefile.am
+++ b/src/rest-plugins/Makefile.am
@@ -20,17 +20,4 @@ endif
20plugin_LTLIBRARIES = \ 20plugin_LTLIBRARIES = \
21 21
22 22
23#libgnunet_plugin_rest_credential_la_SOURCES = \
24# plugin_rest_credential.c
25#libgnunet_plugin_rest_credential_la_LIBADD = \
26# $(top_builddir)/src/credential/libgnunetcredential.la \
27# $(top_builddir)/src/rest/libgnunetrest.la \
28# $(top_builddir)/src/identity/libgnunetidentity.la \
29# $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
30# $(LTLIBINTL) -ljansson -lmicrohttpd
31#libgnunet_plugin_rest_credential_la_LDFLAGS = \
32# $(GN_PLUGIN_LDFLAGS)
33
34
35
36 23