global reindent, now with uncrustify hook enabled
[oweals/gnunet.git] / src / credential / Makefile.am
index aaac0d2c2235142d93d513032538da9a78155818..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 = \
@@ -98,9 +100,10 @@ endif
 #      $(top_builddir)/src/rest/libgnunetrest.la \
 #      $(top_builddir)/src/identity/libgnunetidentity.la \
 #  $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
-#  $(LTLIBINTL) -ljansson -lmicrohttpd
+#  $(LTLIBINTL) -ljansson $(MHD_LIBS)
 #libgnunet_plugin_rest_credential_la_LDFLAGS = \
 # $(GN_PLUGIN_LDFLAGS)
+#libgnunet_plugin_rest_credential_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS)