summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-01-04 14:37:25 -0600
committerMatthew Barth <msbarth@us.ibm.com>2017-01-04 14:37:25 -0600
commit66da92df5eb1ad1de8110a085f17a9a8f50f5648 (patch)
tree643a7bcd1f831afae13b08cfb928f7ebc7353d26 /configure.ac
parentc6329c9c41f6735b546eecfd6941b1f3381f230a (diff)
downloadphosphor-objmgr-66da92df5eb1ad1de8110a085f17a9a8f50f5648.tar.gz
phosphor-objmgr-66da92df5eb1ad1de8110a085f17a9a8f50f5648.zip
Correct out-of-tree builds for systemd workaround
Change-Id: I27c92f1b31da36a00585fa07376766a1f94e81df Signed-off-by: Matthew Barth <msbarth@us.ibm.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 45d9c0e..2ad9855 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AM_SILENT_RULES([yes])
# Modify header template
AH_TOP([#pragma once])
-AH_BOTTOM([#include "workaround/systemd.h"])
+AH_BOTTOM([#include "libmapper/workaround/systemd.h"])
# Checks for programs.
AC_PROG_CC
OpenPOWER on IntegriCloud