Matthew Barth | 6292aee | 2016-10-06 10:15:48 -0500 | [diff] [blame] | 1 | bin_PROGRAMS = phosphor-hwmon-readd |
2 | |||||
3 | phosphor_hwmon_readd_SOURCES = readd.cpp | ||||
4 | phosphor_hwmon_readd_LDADD = libphosphor-hwmon.la | ||||
5 | |||||
6 | libphosphor_hwmondir = ${libdir} | ||||
7 | libphosphor_hwmon_LTLIBRARIES = libphosphor-hwmon.la | ||||
8 | libphosphor_hwmon_la_SOURCES = \ | ||||
9 | argument.cpp \ | ||||
10 | directory.cpp \ | ||||
11 | sensorset.cpp | ||||
12 | libphosphor_hwmon_la_LDFLAGS = -version-info 0:0:0 -shared |