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 \ |
| 10 | sensorset.cpp |