summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-10-19 07:50:28 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-10-31 13:46:41 -0500
commit73b776bd8cc603bdebab4b76b25a19fa9e2a5f39 (patch)
tree0773171d37a8c269e20fccd34b5ce753e8a750cb /Makefile.am
parentc35cad29e87aa54fcc64a63b7bcfa8414127ac9c (diff)
downloadphosphor-inventory-manager-73b776bd8cc603bdebab4b76b25a19fa9e2a5f39.tar.gz
phosphor-inventory-manager-73b776bd8cc603bdebab4b76b25a19fa9e2a5f39.zip
Application stub and build rules
Create a basic autoconf setup. Change-Id: I3135aded1be79ca552b564b2575be7a20fad0285 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
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
OpenPOWER on IntegriCloud