diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-10-20 21:04:54 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-10-20 21:04:54 +0000 |
commit | 388921507b4f56b448ec05aca67d20128f348711 (patch) | |
tree | 950c82aec9f181735fb2857d467a5de9c33ed1ec /src/datastore/Makefile.am | |
parent | 5207a862b39021784a65a1b77f5efbca7da642a8 (diff) |
stats and fixes
Diffstat (limited to 'src/datastore/Makefile.am')
-rw-r--r-- | src/datastore/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am index 55d972cd77..db382f1e40 100644 --- a/src/datastore/Makefile.am +++ b/src/datastore/Makefile.am @@ -18,6 +18,7 @@ lib_LTLIBRARIES = \ libgnunetdatastore_la_SOURCES = \ datastore_api.c datastore.h plugin_datastore.h libgnunetdatastore_la_LIBADD = \ + $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) libgnunetdatastore_la_LDFLAGS = \ |