summaryrefslogtreecommitdiffstats
path: root/softoff/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'softoff/Makefile.am')
-rw-r--r--softoff/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/softoff/Makefile.am b/softoff/Makefile.am
index 35734d2..b7f4c92 100644
--- a/softoff/Makefile.am
+++ b/softoff/Makefile.am
@@ -2,9 +2,11 @@ AM_DEFAULT_SOURCE_EXT = .cpp
AM_CPPFLAGS = -I$(top_srcdir)
sbin_PROGRAMS = phosphor-softpoweroff
+# Using ../ instead of $(top_srcdir) due to automake bug in version 1.15.
+# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13928
phosphor_softpoweroff_SOURCES = \
softoff.cpp \
- timer.cpp \
+ ../timer.cpp \
mainapp.cpp \
xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/server.cpp
OpenPOWER on IntegriCloud