X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Frest%2FMakefile.am;h=c0feb9122d014818c4f2a28e199feb2f18c04d2b;hb=60790f6e89914decc21c850d07aef9be237a6c41;hp=00021cce23e1bb3cca932f7db615faf04de0bf04;hpb=86882d3e761fe639e833446ccfef8d31e0e42998;p=oweals%2Fgnunet.git diff --git a/src/rest/Makefile.am b/src/rest/Makefile.am index 00021cce2..c0feb9122 100644 --- a/src/rest/Makefile.am +++ b/src/rest/Makefile.am @@ -20,12 +20,26 @@ if USE_COVERAGE XLIBS = -lgcov endif +lib_LTLIBRARIES = \ + libgnunetrest.la + libexec_PROGRAMS = \ gnunet-rest-server + gnunet_rest_server_SOURCES = \ gnunet-rest-server.c gnunet_rest_server_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) -lmicrohttpd + +libgnunetrest_la_SOURCES = \ + rest.c +libgnunetrest_la_LIBADD = \ + $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \ + $(GN_LIBINTL) -lmicrohttpd +libgnunetrest_la_LDFLAGS = \ + $(GN_LIB_LDFLAGS) \ + -version-info 0:0:0 +