summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-10-08 12:05:00 -0700
committerTom Joseph <tomjoseph@in.ibm.com>2018-10-18 14:47:54 +0000
commit1181af741589db873676f177ed85d6bc04884aa1 (patch)
treea3a950c7fbd553a9812fe2f258e4b6ca07af2b4a /configure.ac
parent3754442944d08235dc519c371d2222b53bca3fe3 (diff)
downloadphosphor-host-ipmid-1181af741589db873676f177ed85d6bc04884aa1.tar.gz
phosphor-host-ipmid-1181af741589db873676f177ed85d6bc04884aa1.zip
Use the common timer class
The common timer class from sdbusplus offers all the timer goodness that we currently use. The unit test is also no longer needed (and has been added to sdbusplus's version of the timer.hpp implementation). Change-Id: I278817489433a29ca739f70fdacd8bb897797d66 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 73d63f6..bd8c454 100644
--- a/configure.ac
+++ b/configure.ac
@@ -160,5 +160,5 @@ AS_IF([test "x$POWER_READING_SENSOR" == "x"],[POWER_READING_SENSOR="/usr/share/i
AC_DEFINE_UNQUOTED([POWER_READING_SENSOR], ["$POWER_READING_SENSOR"], [Power reading sensor configuration file])
# Create configured output
-AC_CONFIG_FILES([Makefile test/Makefile softoff/Makefile softoff/test/Makefile])
+AC_CONFIG_FILES([Makefile test/Makefile softoff/Makefile])
AC_OUTPUT
OpenPOWER on IntegriCloud