aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-08-29 11:31:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-08-29 11:31:38 +0000
commitc123f267c0a83f69395e09a6034d5cc219ade838 (patch)
tree664e18764d877468682bc923fe6aaeb7e2e508f9 /src/transport/Makefile.am
parent6c20cb042f548dbd98a89ed457c82212090ea7b0 (diff)
downloadgnunet-c123f267c0a83f69395e09a6034d5cc219ade838.tar.gz
gnunet-c123f267c0a83f69395e09a6034d5cc219ade838.zip
profiler
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am12
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
111endif 111endif
112 112
113noinst_PROGRAMS = \ 113noinst_PROGRAMS = \
114 gnunet-transport-profiler \
114 $(WLAN_BIN_SENDER) \ 115 $(WLAN_BIN_SENDER) \
115 $(WLAN_BIN_RECEIVER) 116 $(WLAN_BIN_RECEIVER)
116 117
@@ -195,6 +196,17 @@ else
195 gnunet_helper_transport_bluetooth_LDFLAGS = -lbluetooth 196 gnunet_helper_transport_bluetooth_LDFLAGS = -lbluetooth
196endif 197endif
197 198
199gnunet_transport_profiler_SOURCES = \
200 gnunet-transport-profiler.c
201gnunet_transport_profiler_LDADD = \
202 $(top_builddir)/src/transport/libgnunettransport.la \
203 $(top_builddir)/src/nat/libgnunetnat.la \
204 $(top_builddir)/src/hello/libgnunethello.la \
205 $(top_builddir)/src/util/libgnunetutil.la \
206 $(GN_LIBINTL)
207gnunet_transport_profiler_DEPENDENCIES = \
208 libgnunettransport.la
209
198gnunet_transport_SOURCES = \ 210gnunet_transport_SOURCES = \
199 gnunet-transport.c 211 gnunet-transport.c
200gnunet_transport_LDADD = \ 212gnunet_transport_LDADD = \