Makefile.am | Makefile.am | |||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
if USE_COVERAGE | if USE_COVERAGE | |||
AM_CFLAGS = --coverage -O0 | AM_CFLAGS = --coverage -O0 | |||
XLIB = -lgcov | XLIB = -lgcov | |||
endif | endif | |||
bin_PROGRAMS = \ | bin_PROGRAMS = \ | |||
gnunet-peerinfo | gnunet-peerinfo | |||
gnunet_peerinfo_SOURCES = \ | gnunet_peerinfo_SOURCES = \ | |||
gnunet-peerinfo.c | gnunet-peerinfo.c \ | |||
gnunet-peerinfo_plugins.c gnunet-peerinfo_plugins.h | ||||
gnunet_peerinfo_LDADD = \ | gnunet_peerinfo_LDADD = \ | |||
$(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ | $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ | |||
$(top_builddir)/src/transport/libgnunettransport.la \ | $(top_builddir)/src/transport/libgnunettransport.la \ | |||
$(top_builddir)/src/hello/libgnunethello.la \ | $(top_builddir)/src/hello/libgnunethello.la \ | |||
$(top_builddir)/src/statistics/libgnunetstatistics.la \ | ||||
$(top_builddir)/src/util/libgnunetutil.la | $(top_builddir)/src/util/libgnunetutil.la | |||
if HAVE_PYTHON_PEXPECT | if HAVE_PYTHON_PEXPECT | |||
check_SCRIPTS = \ | check_SCRIPTS = \ | |||
test_gnunet_peerinfo.py | test_gnunet_peerinfo.py | |||
endif | endif | |||
if ENABLE_TEST_RUN | if ENABLE_TEST_RUN | |||
TESTS = $(check_SCRIPTS) | TESTS = $(check_SCRIPTS) | |||
endif | endif | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |