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 | |||
plugindir = $(libdir)/gnunet | plugindir = $(libdir)/gnunet | |||
pkgcfgdir= $(pkgdatadir)/config.d/ | pkgcfgdir= $(pkgdatadir)/config.d/ | |||
dist_pkgcfg_DATA = \ | pkgcfg_DATA = \ | |||
dv.conf | dv.conf | |||
lib_LTLIBRARIES = libgnunetdv.la | lib_LTLIBRARIES = libgnunetdv.la | |||
plugin_LTLIBRARIES = libgnunet_plugin_transport_dv.la | plugin_LTLIBRARIES = libgnunet_plugin_transport_dv.la | |||
libgnunetdv_la_SOURCES = \ | libgnunetdv_la_SOURCES = \ | |||
dv_api.c dv.h | dv_api.c dv.h | |||
libgnunetdv_la_LIBADD = \ | libgnunetdv_la_LIBADD = \ | |||
$(top_builddir)/src/util/libgnunetutil.la \ | $(top_builddir)/src/util/libgnunetutil.la \ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 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/ |