aboutsummaryrefslogtreecommitdiff
path: root/src/sensor/Makefile.am
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-08-05 11:59:52 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-08-05 11:59:52 +0000
commit81e6e3f1dab7bfd3981b3cb72d18f3cc98a87906 (patch)
treeb7485c715e6883d40a06d366f0165e907efd8bad /src/sensor/Makefile.am
parent3384da8393563ad9a441df1b63b810a5bb68ce8e (diff)
downloadgnunet-81e6e3f1dab7bfd3981b3cb72d18f3cc98a87906.tar.gz
gnunet-81e6e3f1dab7bfd3981b3cb72d18f3cc98a87906.zip
sensor: towards anomaly reporting
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 = \