commit | 73b776bd8cc603bdebab4b76b25a19fa9e2a5f39 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 19 07:50:28 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Oct 31 13:46:41 2016 -0500 |
tree | 0773171d37a8c269e20fccd34b5ce753e8a750cb | |
parent | c35cad29e87aa54fcc64a63b7bcfa8414127ac9c [diff] [blame] |
Application stub and build rules Create a basic autoconf setup. Change-Id: I3135aded1be79ca552b564b2575be7a20fad0285 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..3c1e3c8 --- /dev/null +++ b/Makefile.am
@@ -0,0 +1,4 @@ +sbin_PROGRAMS = phosphor-inventory + +phosphor_inventory_SOURCES = \ + app.cpp