INCLUDES = -I$(top_srcdir)/src/include pkgcfgdir= $(pkgdatadir)/config.d/ libexecdir= $(pkglibdir)/libexec/ pkgcfg_DATA = \ sysmon.conf if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols endif if USE_COVERAGE AM_CFLAGS = -fprofile-arcs -ftest-coverage endif libexec_PROGRAMS = \ gnunet_daemon_sysmon gnunet_daemon_sysmon_SOURCES = \ gnunet-daemon-sysmon.c gnunet_daemon_sysmon_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(GN_LIBINTL) if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) endif