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>
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])
diff --git a/libmapper/config.h b/libmapper/config.h
deleted file mode 100644
index ec811ef..0000000
--- a/libmapper/config.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#define MAPPER_BUSNAME "xyz.openbmc_project.ObjectMapper"
-#define MAPPER_INTERFACE "xyz.openbmc_project.ObjectMapper"
-#define MAPPER_PATH "/xyz/openbmc_project/ObjectMapper"