regex profiler fixes
[oweals/gnunet.git] / src / pt / Makefile.am
index 0e83f05c12cdbb6510bf41272cbba0f709977bbd..b9a8e497c8cbad15a6c76d624793c106f8e5e8c9 100644 (file)
@@ -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)