00021cce23e1bb3cca932f7db615faf04de0bf04
[oweals/gnunet.git] / src / rest / Makefile.am
1 # This Makefile.am is in the public domain
2 AM_CPPFLAGS = -I$(top_srcdir)/src/include
3
4 plugindir = $(libdir)/gnunet
5
6 pkgcfgdir= $(pkgdatadir)/config.d/
7
8 libexecdir= $(pkglibdir)/libexec/
9
10 pkgcfg_DATA = \
11    rest.conf
12
13
14 if MINGW
15   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
16 endif
17
18 if USE_COVERAGE
19   AM_CFLAGS = --coverage -O0
20   XLIBS = -lgcov
21 endif
22
23 libexec_PROGRAMS = \
24  gnunet-rest-server
25
26 gnunet_rest_server_SOURCES = \
27  gnunet-rest-server.c
28
29 gnunet_rest_server_LDADD = \
30   $(top_builddir)/src/util/libgnunetutil.la \
31   $(GN_LIBINTL) -lmicrohttpd