Add ibm-log-manager application
Put in the infrastructure to build the ibm-log-manager
application.
This application will eventually host IBM specific D-Bus
interfaces on the error log objects in
/xyz/openbmc_project/logging/entry/.
Change-Id: I97bfef3d7d12565f8e4d3791e22a642a290b8b7c
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..f7f46a6
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,6 @@
+AM_DEFAULT_SOURCE_EXT = .cpp
+
+sbin_PROGRAMS = ibm-log-manager
+
+ibm_log_manager_SOURCES = \
+ main.cpp