-improve UDP logging
[oweals/gnunet.git] / src / sensordashboard / Makefile.am
index d54da840bfaa7fb3f32fb0bf5a0527b79d91d2ab..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/
@@ -33,6 +34,7 @@ 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)