aboutsummaryrefslogtreecommitdiff
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
parentdbccb37562c243c5099ec07a602a437f6e985a1e (diff)
downloadgnunet-7834f57e9c64538540dd203c5973259cf87b05c2.tar.gz
gnunet-7834f57e9c64538540dd203c5973259cf87b05c2.zip
move credential makefile defs
-rw-r--r--src/credential/Makefile.am16
-rw-r--r--src/rest-plugins/Makefile.am13
2 files changed, 16 insertions, 13 deletions
diff --git a/src/credential/Makefile.am b/src/credential/Makefile.am
index b96e33b5c..aaac0d2c2 100644
--- a/src/credential/Makefile.am
+++ b/src/credential/Makefile.am
@@ -90,3 +90,19 @@ if HAVE_SQLITE
90 TESTS = $(check_SCRIPTS) 90 TESTS = $(check_SCRIPTS)
91endif 91endif
92endif 92endif
93
94#libgnunet_plugin_rest_credential_la_SOURCES = \
95# plugin_rest_credential.c
96#libgnunet_plugin_rest_credential_la_LIBADD = \
97# $(top_builddir)/src/credential/libgnunetcredential.la \
98# $(top_builddir)/src/rest/libgnunetrest.la \
99# $(top_builddir)/src/identity/libgnunetidentity.la \
100# $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
101# $(LTLIBINTL) -ljansson -lmicrohttpd
102#libgnunet_plugin_rest_credential_la_LDFLAGS = \
103# $(GN_PLUGIN_LDFLAGS)
104
105
106
107
108
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