X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fpeerinfo%2FMakefile.am;h=468fab541c0e33f103f3b4b8cba9b3e816ac171a;hb=f700969b9bc46795e9ecd1bee08699fd03ea8fb8;hp=116095f2a8f8f1c7cc8f7a534d81dc690be5b0f9;hpb=57924abe125fa52dce4dc2e84cb0a7c4dcd04579;p=oweals%2Fgnunet.git diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am index 116095f2a..468fab541 100644 --- a/src/peerinfo/Makefile.am +++ b/src/peerinfo/Makefile.am @@ -1,5 +1,10 @@ INCLUDES = -I$(top_srcdir)/src/include +pkgcfgdir= $(pkgdatadir)/config.d/ + +pkgcfg_DATA = \ + peerinfo.conf + if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols -lole32 -lshell32 -liconv -lstdc++ -lcomdlg32 -lgdi32 endif @@ -33,12 +38,16 @@ gnunet_service_peerinfo_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la +if HAVE_BENCHMARKS + PEERINFO_BENCHMARKS = \ + perf_peerinfo_api +endif check_PROGRAMS = \ test_peerinfo_api \ - perf_peerinfo_api + $(PEERINFO_BENCHMARKS) -if !DISABLE_TEST_RUN +if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) endif