aboutsummaryrefslogtreecommitdiff
path: root/src/sensor/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensor/Makefile.am')
-rw-r--r--src/sensor/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/sensor/Makefile.am b/src/sensor/Makefile.am
index 00c8f8301..9febc02fa 100644
--- a/src/sensor/Makefile.am
+++ b/src/sensor/Makefile.am
@@ -18,7 +18,8 @@ if USE_COVERAGE
18endif 18endif
19 19
20bin_PROGRAMS = \ 20bin_PROGRAMS = \
21 gnunet-sensor 21 gnunet-sensor \
22 gnunet-sensor-profiler
22 23
23libexec_PROGRAMS = \ 24libexec_PROGRAMS = \
24 gnunet-service-sensor 25 gnunet-service-sensor
@@ -114,6 +115,12 @@ test_pow_sign_LDADD = \
114 $(top_builddir)/src/testbed/libgnunettestbed.la \ 115 $(top_builddir)/src/testbed/libgnunettestbed.la \
115 libgnunetsensorutil.la 116 libgnunetsensorutil.la
116 117
118gnunet_sensor_profiler_SOURCES = \
119 gnunet-sensor-profiler.c
120gnunet_sensor_profiler_LDADD = \
121 $(top_builddir)/src/util/libgnunetutil.la \
122 $(top_builddir)/src/testbed/libgnunettestbed.la
123
117pkgsensordir = sensors 124pkgsensordir = sensors
118 125
119install-data-local: 126install-data-local: