X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fpt%2FMakefile.am;h=b9a8e497c8cbad15a6c76d624793c106f8e5e8c9;hb=9a38c9af01fadf13c594126dcd2c9e74d586bfbd;hp=0e83f05c12cdbb6510bf41272cbba0f709977bbd;hpb=f7b9c05bd2b9b308ef3b1ce67e4840c072364595;p=oweals%2Fgnunet.git diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am index 0e83f05c1..b9a8e497c 100644 --- a/src/pt/Makefile.am +++ b/src/pt/Makefile.am @@ -10,13 +10,15 @@ endif pkgcfgdir= $(pkgdatadir)/config.d/ +libexecdir= $(pkglibdir)/libexec/ + plugindir = $(libdir)/gnunet dist_pkgcfg_DATA = \ pt.conf -bin_PROGRAMS = \ - gnunet-daemon-pt $(PTBIN) +libexec_PROGRAMS = \ + gnunet-daemon-pt gnunet_daemon_pt_SOURCES = \ gnunet-daemon-pt.c @@ -31,6 +33,7 @@ gnunet_daemon_pt_LDADD = \ $(GN_LIBINTL) if HAVE_MHD +if LINUX VPN_TEST = \ test_gnunet_vpn-4_to_6 \ test_gnunet_vpn-6_to_4 \ @@ -38,6 +41,7 @@ if HAVE_MHD test_gnunet_vpn-4_over \ test_gns_vpn endif +endif check_PROGRAMS = $(VPN_TEST)