aboutsummaryrefslogtreecommitdiff
path: root/src/credential/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/Makefile.am')
-rw-r--r--src/credential/Makefile.am16
1 files changed, 16 insertions, 0 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