aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
blob: 911c086ac0559c997b1a7f1483a903614a441654 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
INCLUDES = -I$(top_srcdir)/src/include

if USE_COVERAGE
  AM_CFLAGS = -fprofile-arcs -ftest-coverage
endif


bin_PROGRAMS = \
 gnunet-daemon-hostlist

gnunet_daemon_hostlist_SOURCES = \
 gnunet-daemon-hostlist.c \
 hostlist-client.c hostlist-client.h \
 hostlist-server.c hostlist-server.h 

gnunet_daemon_hostlist_LDADD = \
  $(top_builddir)/src/core/libgnunetcore.la \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  -lmicrohttpd \
  @LIBCURL@ \
  $(GN_LIBINTL)

gnunet_daemon_hostlist_CPPFLAGS = \
 @LIBCURL_CPPFLAGS@