summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-12-19 09:12:40 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-01-12 12:27:05 -0500
commite55ef3d8f27c3b9989ef2e3ca174195abff407eb (patch)
tree89d5aa6e3ae1136e96c212659cef8072985cbb4f /Makefile.am
parent03476f11e9862cd9436147aa22d6a06f9f09e2f4 (diff)
downloadphosphor-hwmon-e55ef3d8f27c3b9989ef2e3ca174195abff407eb.tar.gz
phosphor-hwmon-e55ef3d8f27c3b9989ef2e3ca174195abff407eb.zip
Remove main loop from application file
Isolate main in its own file for maximum flexibility when linking. Change-Id: I7b1f591386d69a7044c65e7aab2116626166e4ff Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ded4bf..cbe848d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,4 +7,5 @@ noinst_LTLIBRARIES = libhwmon.la
libhwmon_la_SOURCES = \
argument.cpp \
directory.cpp \
- sensorset.cpp
+ sensorset.cpp \
+ mainloop.cpp
OpenPOWER on IntegriCloud