diff options
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r-- | src/transport/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 8367fb1b1..46d7ef3e0 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -111,6 +111,7 @@ endif endif noinst_PROGRAMS = \ + gnunet-transport-profiler \ $(WLAN_BIN_SENDER) \ $(WLAN_BIN_RECEIVER) @@ -195,6 +196,17 @@ else gnunet_helper_transport_bluetooth_LDFLAGS = -lbluetooth endif +gnunet_transport_profiler_SOURCES = \ + gnunet-transport-profiler.c +gnunet_transport_profiler_LDADD = \ + $(top_builddir)/src/transport/libgnunettransport.la \ + $(top_builddir)/src/nat/libgnunetnat.la \ + $(top_builddir)/src/hello/libgnunethello.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(GN_LIBINTL) +gnunet_transport_profiler_DEPENDENCIES = \ + libgnunettransport.la + gnunet_transport_SOURCES = \ gnunet-transport.c gnunet_transport_LDADD = \ |