-improve UDP logging
[oweals/gnunet.git] / src / sensordashboard / Makefile.am
index 419486ff4ddab3574bd5596adaa7ad68f82bb910..563dfdab512e4b649dcbf2bc9d1950e6c1a0158a 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
@@ -22,7 +23,7 @@ libexec_PROGRAMS = \
  gnunet-service-sensordashboard
 
 gnunet_sensordashboard_SOURCES = \
- gnunet-sensordashboard.c         
+ gnunet-sensordashboard.c
 gnunet_sensordashboard_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
@@ -32,6 +33,8 @@ gnunet_service_sensordashboard_SOURCES = \
 gnunet_service_sensordashboard_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/cadet/libgnunetcadet.la \
+  $(top_builddir)/src/sensor/libgnunetsensorutil.la \
+  $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
   $(GN_LIBINTL)