aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-23 22:43:08 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-23 22:43:08 +0000
commitc0b0474454327ca1c1a17851a350b5686a71206b (patch)
treefeccc1c828d87e4deeba00a53ff51a21066a56b9 /src/datacache/Makefile.am
parentb2ca9e02d36e97b4e56d35779b673d620369e38b (diff)
downloadgnunet-c0b0474454327ca1c1a17851a350b5686a71206b.tar.gz
gnunet-c0b0474454327ca1c1a17851a350b5686a71206b.zip
fixes
Diffstat (limited to 'src/datacache/Makefile.am')
-rw-r--r--src/datacache/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index ea60d3500..5e3919820 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -25,7 +25,7 @@ lib_LTLIBRARIES = \
25 libgnunetdatacache.la 25 libgnunetdatacache.la
26 26
27libgnunetdatacache_la_SOURCES = \ 27libgnunetdatacache_la_SOURCES = \
28 datacache.c plugin_datacache.h 28 datacache.c
29libgnunetdatacache_la_LIBADD = \ 29libgnunetdatacache_la_LIBADD = \
30 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 30 $(top_builddir)/src/statistics/libgnunetstatistics.la \
31 $(top_builddir)/src/util/libgnunetutil.la \ 31 $(top_builddir)/src/util/libgnunetutil.la \