changes
[oweals/gnunet.git] / src / sysmon / Makefile.am
1 INCLUDES = -I$(top_srcdir)/src/include
2
3 pkgcfgdir= $(pkgdatadir)/config.d/
4
5 libexecdir= $(pkglibdir)/libexec/
6
7 pkgcfg_DATA = \
8   sysmon.conf
9
10 if MINGW
11  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
12 endif
13
14 if USE_COVERAGE
15   AM_CFLAGS = -fprofile-arcs -ftest-coverage
16 endif
17
18 libexec_PROGRAMS = \
19  gnunet_daemon_sysmon
20
21 gnunet_daemon_sysmon_SOURCES = \
22  gnunet-daemon-sysmon.c         
23 gnunet_daemon_sysmon_LDADD = \
24   $(top_builddir)/src/util/libgnunetutil.la \
25   $(top_builddir)/src/statistics/libgnunetstatistics.la \
26   $(GN_LIBINTL)
27
28 if ENABLE_TEST_RUN
29 TESTS = $(check_PROGRAMS)
30 endif