From c5cda378386d01412ada7fbf8d51317bab1ab695 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Jul 2009 18:20:25 +0000 Subject: renaming for consistency --- src/datacache/Makefile.am | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src/datacache/Makefile.am') diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am index c650521d6..5e01fe03e 100644 --- a/src/datacache/Makefile.am +++ b/src/datacache/Makefile.am @@ -16,7 +16,7 @@ lib_LTLIBRARIES = \ libgnunetdatacache.la libgnunetdatacache_la_SOURCES = \ - datacache_api.c plugin_datacache.h + datacache.c plugin_datacache.h libgnunetdatacache_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) @@ -47,30 +47,30 @@ libgnunet_plugin_datacache_template_la_LDFLAGS = \ check_PROGRAMS = \ - test_datacache_api \ - test_datacache_api_quota \ - perf_datacache_api + test_datacache \ + test_datacache_quota \ + perf_datacache TESTS = $(check_PROGRAMS) -test_datacache_api_SOURCES = \ - test_datacache_api.c -test_datacache_api_LDADD = \ +test_datacache_SOURCES = \ + test_datacache.c +test_datacache_LDADD = \ $(top_builddir)/src/datacache/libgnunetdatacache.la \ $(top_builddir)/src/util/libgnunetutil.la -test_datacache_api_quota_SOURCES = \ - test_datacache_api_quota.c -test_datacache_api_quota_LDADD = \ +test_datacache_quota_SOURCES = \ + test_datacache_quota.c +test_datacache_quota_LDADD = \ $(top_builddir)/src/datacache/libgnunetdatacache.la \ $(top_builddir)/src/util/libgnunetutil.la -perf_datacache_api_SOURCES = \ - perf_datacache_api.c -perf_datacache_api_LDADD = \ +perf_datacache_SOURCES = \ + perf_datacache.c +perf_datacache_LDADD = \ $(top_builddir)/src/datacache/libgnunetdatacache.la \ $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \ - test_datacache_api_data.conf \ - perf_datacache_api_data.conf + test_datacache_data.conf \ + perf_datacache_data.conf -- cgit v1.2.3