From 506aa0f33362eee06a8f7a2572519d4053f06e41 Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Tue, 24 Jan 2017 14:58:25 +0530 Subject: Add initial code for IPMI SoftPowerOff functionality This commit puts a skeleton layout for the IPMI Soft Power Off functionality. Change-Id: I7c3ededc9d4038e172d7f6230270ecfe397330e9 Signed-off-by: Vishwanatha Subbanna --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a703a1b..80a2ed5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,4 +57,5 @@ libhostservice_la_CXXFLAGS = $(SYSTEMD_CFLAGS) $(libmapper_CFLAGS) nobase_include_HEADERS = \ host-ipmid/ipmid-api.h -SUBDIRS = test +# Forcing the build of self and then subdir +SUBDIRS = . test softoff -- cgit v1.2.1