X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdv%2FMakefile.am;h=0fa26a90d3883136e54ed84bce9ca5424499c05e;hb=9c5471f3e6d0103a71a04c977552cad3892ad7e2;hp=e0cd2e4e818819f2ea4f96b418b2dbf5c9ed1862;hpb=f491ac4fab469421986f77df0bbf79fefc417786;p=oweals%2Fgnunet.git diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index e0cd2e4e8..0fa26a90d 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