summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-11-15 11:22:30 -0600
committerMatthew Barth <msbarth@us.ibm.com>2016-11-23 09:14:32 -0600
commitf1d7c6e0512d04c520201f3b98d01a7e2a5c8fb5 (patch)
tree097be5e3073bcc531d587babf7942db75be877e9 /configure.ac
parente3bd224d97b9db86a98a04d24c25de29f43165b5 (diff)
downloadphosphor-objmgr-f1d7c6e0512d04c520201f3b98d01a7e2a5c8fb5.tar.gz
phosphor-objmgr-f1d7c6e0512d04c520201f3b98d01a7e2a5c8fb5.zip
Switch to use generated config.h
Remove libmapper/config.h and have configure put generated config.h in libmapper directory. Change-Id: I3591b719e7b66d532ddad3499c6092166ad9a442 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 f3b8e5c..40b1ad6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialization
AC_PREREQ([2.69])
AC_INIT([phosphor-objmgr], [1.0], [https://github.com/openbmc/phosphor-objmgr/issues])
-AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_HEADERS([libmapper/config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([subdir-objects -Wall -Werror foreign dist-xz])
AM_SILENT_RULES([yes])
OpenPOWER on IntegriCloud