sensor: separate monitoring functions
[oweals/gnunet.git] / src / sensor / Makefile.am
index 70604208ce9dd140ccf4c33cbbfa259c14bba2da..f7f713fdd99e09e59f3bea54e54cb0aca0b66bfa 100644 (file)
@@ -36,15 +36,17 @@ gnunet_sensor_LDADD = \
 
 gnunet_service_sensor_SOURCES = \
  gnunet-service-sensor.c \
- gnunet-service-sensor-analysis.c \
- gnunet-service-sensor-reporting.c \
- gnunet-service-sensor-update.c
+ gnunet-service-sensor_monitoring.c \
+ gnunet-service-sensor_analysis.c \
+ gnunet-service-sensor_reporting.c \
+ gnunet-service-sensor_update.c
 gnunet_service_sensor_LDADD = \
   libgnunetsensorutil.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
   $(top_builddir)/src/cadet/libgnunetcadet.la \
+  $(top_builddir)/src/core/libgnunetcore.la \
   $(GN_LIBINTL)
 
 libgnunetsensor_la_SOURCES = \
@@ -89,9 +91,9 @@ TESTS = $(check_PROGRAMS)
 endif
 
 test_sensor_api_SOURCES = \
- test_sensor_api.c
 test_sensor_api.c
 test_sensor_api_LDADD = \
-  $(top_builddir)/src/util/libgnunetutil.la  
+  $(top_builddir)/src/util/libgnunetutil.la
 
 pkgsensordir = sensors