X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdns%2FMakefile.am;h=0ef1623f9f01759595e92c6dd240c0ee06c788ad;hb=bfdb0abc074a99a7d24ca408f38cfda128d4132b;hp=b9f2622702b29bf1cb1be8c53903ecb81a81da4f;hpb=bcbcf005b4864ac5557c31da10521126d8880849;p=oweals%2Fgnunet.git diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am index b9f262270..0ef1623f9 100644 --- a/src/dns/Makefile.am +++ b/src/dns/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols @@ -75,7 +75,6 @@ gnunet_service_dns_SOURCES = \ gnunet_service_dns_LDADD = \ $(top_builddir)/src/dns/libgnunetdnsstub.la \ $(top_builddir)/src/tun/libgnunettun.la \ - $(top_builddir)/src/mesh/libgnunetmesh.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) @@ -89,7 +88,7 @@ libgnunetdnsparser_la_LIBADD = \ -lidn libgnunetdnsparser_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ - -version-info 0:0:0 + -version-info 1:0:1 libgnunetdnsstub_la_SOURCES = \ dnsstub.c @@ -116,6 +115,7 @@ libgnunet_plugin_block_dns_la_LDFLAGS = \ if ENABLE_TEST_RUN +AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; TESTS = $(check_PROGRAMS) $(check_SCRIPTS) endif