spell out message types more, use correct conversion direction
[oweals/gnunet.git] / src / rest / Makefile.am
index 8ea87fc6a875da25d3ca7ccf8c45836592eda425..c0feb9122d014818c4f2a28e199feb2f18c04d2b 100644 (file)
@@ -21,11 +21,12 @@ if USE_COVERAGE
 endif
 
 lib_LTLIBRARIES = \
-       libgnunetrest.la
+       libgnunetrest.la 
 
 libexec_PROGRAMS = \
  gnunet-rest-server
 
+
 gnunet_rest_server_SOURCES = \
  gnunet-rest-server.c
 
@@ -37,7 +38,8 @@ libgnunetrest_la_SOURCES = \
   rest.c
 libgnunetrest_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \
-  $(GN_LIBINTL) -lmicrohttpd -ljansson
+  $(GN_LIBINTL) -lmicrohttpd 
 libgnunetrest_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS) \
   -version-info 0:0:0
+