move credential makefile defs
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Tue, 12 Mar 2019 08:47:39 +0000 (09:47 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Tue, 12 Mar 2019 08:47:39 +0000 (09:47 +0100)
src/credential/Makefile.am
src/rest-plugins/Makefile.am

index b96e33b5c14d08e7d41f8ca4019b3b97a5b03b20..aaac0d2c2235142d93d513032538da9a78155818 100644 (file)
@@ -90,3 +90,19 @@ if HAVE_SQLITE
  TESTS = $(check_SCRIPTS)
 endif
 endif
+
+#libgnunet_plugin_rest_credential_la_SOURCES = \
+#  plugin_rest_credential.c
+#libgnunet_plugin_rest_credential_la_LIBADD = \
+#  $(top_builddir)/src/credential/libgnunetcredential.la \
+#      $(top_builddir)/src/rest/libgnunetrest.la \
+#      $(top_builddir)/src/identity/libgnunetidentity.la \
+#  $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
+#  $(LTLIBINTL) -ljansson -lmicrohttpd
+#libgnunet_plugin_rest_credential_la_LDFLAGS = \
+# $(GN_PLUGIN_LDFLAGS)
+
+
+
+
+
index bdc323c69ed3629117c9bd04c5585d6f545ea8c7..cd61a2bd8731b0ab0d34f07bc0a4dfc51bea0923 100644 (file)
@@ -20,17 +20,4 @@ endif
 plugin_LTLIBRARIES = \
 
 
-#libgnunet_plugin_rest_credential_la_SOURCES = \
-#  plugin_rest_credential.c
-#libgnunet_plugin_rest_credential_la_LIBADD = \
-#  $(top_builddir)/src/credential/libgnunetcredential.la \
-#      $(top_builddir)/src/rest/libgnunetrest.la \
-#      $(top_builddir)/src/identity/libgnunetidentity.la \
-#  $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
-#  $(LTLIBINTL) -ljansson -lmicrohttpd
-#libgnunet_plugin_rest_credential_la_LDFLAGS = \
-# $(GN_PLUGIN_LDFLAGS)
-
-
-