From: Yoshitaka Aharen Date: Fri, 28 Sep 2012 11:09:02 +0000 (+0900) Subject: [2155] add statistics_items.h into AUTH_SOURCES X-Git-Tag: trac2487_base~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=307071b44a3b5e5e3e8d3cc75b00c69d81fefaee;p=thirdparty%2Fkea.git [2155] add statistics_items.h into AUTH_SOURCES --- diff --git a/src/bin/auth/Makefile.am b/src/bin/auth/Makefile.am index 708415fca6..2060ad65df 100644 --- a/src/bin/auth/Makefile.am +++ b/src/bin/auth/Makefile.am @@ -54,7 +54,7 @@ b10_auth_SOURCES += auth_log.cc auth_log.h b10_auth_SOURCES += auth_config.cc auth_config.h b10_auth_SOURCES += command.cc command.h b10_auth_SOURCES += common.h common.cc -b10_auth_SOURCES += statistics.cc statistics.h +b10_auth_SOURCES += statistics.cc statistics.h statistics_items.h b10_auth_SOURCES += datasrc_configurator.h b10_auth_SOURCES += main.cc diff --git a/src/bin/auth/benchmarks/Makefile.am b/src/bin/auth/benchmarks/Makefile.am index 90aaa0dc50..35e31798d2 100644 --- a/src/bin/auth/benchmarks/Makefile.am +++ b/src/bin/auth/benchmarks/Makefile.am @@ -15,7 +15,7 @@ query_bench_SOURCES = query_bench.cc query_bench_SOURCES += ../query.h ../query.cc query_bench_SOURCES += ../auth_srv.h ../auth_srv.cc query_bench_SOURCES += ../auth_config.h ../auth_config.cc -query_bench_SOURCES += ../statistics.h ../statistics.cc +query_bench_SOURCES += ../statistics.h ../statistics.cc ../statistics_items.h query_bench_SOURCES += ../auth_log.h ../auth_log.cc nodist_query_bench_SOURCES = ../auth_messages.h ../auth_messages.cc diff --git a/src/bin/auth/tests/Makefile.am b/src/bin/auth/tests/Makefile.am index cbf328b8c8..482a4f7469 100644 --- a/src/bin/auth/tests/Makefile.am +++ b/src/bin/auth/tests/Makefile.am @@ -41,7 +41,7 @@ run_unittests_SOURCES += ../query.h ../query.cc run_unittests_SOURCES += ../auth_config.h ../auth_config.cc run_unittests_SOURCES += ../command.h ../command.cc run_unittests_SOURCES += ../common.h ../common.cc -run_unittests_SOURCES += ../statistics.h ../statistics.cc +run_unittests_SOURCES += ../statistics.h ../statistics.cc ../statistics_items.h run_unittests_SOURCES += datasrc_util.h datasrc_util.cc run_unittests_SOURCES += auth_srv_unittest.cc run_unittests_SOURCES += config_unittest.cc