diff options
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r-- | src/dv/Makefile.am | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index e0cd2e4..0fa26a9 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -11,6 +11,8 @@ endif plugindir = $(libdir)/gnunet +libexecdir= $(pkglibdir)/libexec/ + pkgcfgdir= $(pkgdatadir)/config.d/ pkgcfg_DATA = \ @@ -31,7 +33,7 @@ libgnunetdv_la_LDFLAGS = \ -version-info 0:0:0 -bin_PROGRAMS = \ +libexec_PROGRAMS = \ gnunet-service-dv gnunet_service_dv_SOURCES = \ @@ -59,21 +61,20 @@ libgnunet_plugin_transport_dv_la_LDFLAGS = \ libgnunet_plugin_transport_dv_la_DEPENDENCIES = \ libgnunetdv.la -check_PROGRAMS = \ - test_transport_api_dv +#check_PROGRAMS = \ +# test_transport_api_dv # test_dv_topology if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) $(check_SCRIPTS) endif -test_transport_api_dv_SOURCES = \ - test_transport_api_dv.c -test_transport_api_dv_LDADD = \ - $(top_builddir)/src/core/libgnunetcore.la \ - $(top_builddir)/src/transport/libgnunettransport.la \ - $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/testing/libgnunettesting.la +#test_transport_api_dv_SOURCES = \ +# test_transport_api_dv.c +#test_transport_api_dv_LDADD = \ +# $(top_builddir)/src/core/libgnunetcore.la \ +# $(top_builddir)/src/transport/libgnunettransport.la \ +# $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \ test_transport_dv_data.conf |