Brad Bishop | 4c9c454 | 2016-12-05 15:07:51 -0500 | [diff] [blame] | 1 | sbin_PROGRAMS = phosphor-hwmon-readd |
Matthew Barth | 6292aee | 2016-10-06 10:15:48 -0500 | [diff] [blame] | 2 | |
3 | phosphor_hwmon_readd_SOURCES = readd.cpp | ||||
Brad Bishop | 4c9c454 | 2016-12-05 15:07:51 -0500 | [diff] [blame] | 4 | phosphor_hwmon_readd_LDADD = libhwmon.la |
Matthew Barth | 6292aee | 2016-10-06 10:15:48 -0500 | [diff] [blame] | 5 | |
Brad Bishop | 4c9c454 | 2016-12-05 15:07:51 -0500 | [diff] [blame] | 6 | noinst_LTLIBRARIES = libhwmon.la |
7 | libhwmon_la_SOURCES = \ | ||||
Matthew Barth | 6292aee | 2016-10-06 10:15:48 -0500 | [diff] [blame] | 8 | argument.cpp \ |
9 | directory.cpp \ | ||||
Brad Bishop | e55ef3d | 2016-12-19 09:12:40 -0500 | [diff] [blame] | 10 | sensorset.cpp \ |
11 | mainloop.cpp | ||||
Brad Bishop | e9ac8b4 | 2016-12-19 09:30:40 -0500 | [diff] [blame^] | 12 | |
13 | SUBDIRS = . test |