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.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/sensor/Makefile.am b/src/sensor/Makefile.am
index 70604208c..fb90513dd 100644
--- a/src/sensor/Makefile.am
+++ b/src/sensor/Makefile.am
@@ -36,15 +36,17 @@ gnunet_sensor_LDADD = \
36 36
37gnunet_service_sensor_SOURCES = \ 37gnunet_service_sensor_SOURCES = \
38 gnunet-service-sensor.c \ 38 gnunet-service-sensor.c \
39 gnunet-service-sensor-analysis.c \ 39 gnunet-service-sensor_analysis.c \
40 gnunet-service-sensor-reporting.c \ 40 gnunet-service-sensor_reporting_value.c \
41 gnunet-service-sensor-update.c 41 gnunet-service-sensor_reporting_anomaly.c \
42 gnunet-service-sensor_update.c
42gnunet_service_sensor_LDADD = \ 43gnunet_service_sensor_LDADD = \
43 libgnunetsensorutil.la \ 44 libgnunetsensorutil.la \
44 $(top_builddir)/src/util/libgnunetutil.la \ 45 $(top_builddir)/src/util/libgnunetutil.la \
45 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 46 $(top_builddir)/src/statistics/libgnunetstatistics.la \
46 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 47 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
47 $(top_builddir)/src/cadet/libgnunetcadet.la \ 48 $(top_builddir)/src/cadet/libgnunetcadet.la \
49 $(top_builddir)/src/core/libgnunetcore.la \
48 $(GN_LIBINTL) 50 $(GN_LIBINTL)
49 51
50libgnunetsensor_la_SOURCES = \ 52libgnunetsensor_la_SOURCES = \