global reindent, now with uncrustify hook enabled
[oweals/gnunet.git] / src / credential / Makefile.am
index b96e33b5c14d08e7d41f8ca4019b3b97a5b03b20..bc6c49deb6756a4cd9a8a5939e88f014f41b2e08 100644 (file)
@@ -70,7 +70,9 @@ gnunet_service_credential_LDADD = \
 libgnunetcredential_la_SOURCES = \
  credential_api.c credential.h \
  credential_serialization.c \
- credential_misc.c
+ credential_serialization.h \
+ credential_misc.c \
+ credential_misc.h
 libgnunetcredential_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
 libgnunetcredential_la_LDFLAGS = \
@@ -90,3 +92,20 @@ 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 $(MHD_LIBS)
+#libgnunet_plugin_rest_credential_la_LDFLAGS = \
+# $(GN_PLUGIN_LDFLAGS)
+#libgnunet_plugin_rest_credential_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)
+
+
+
+
+