blob: ab4d373d4da3590fe4f12991fa5b923b262d33e5 [file] [log] [blame]
Brad Bishop4c9c4542016-12-05 15:07:51 -05001sbin_PROGRAMS = phosphor-hwmon-readd
Matthew Barth6292aee2016-10-06 10:15:48 -05002
3phosphor_hwmon_readd_SOURCES = readd.cpp
Brad Bishop4c9c4542016-12-05 15:07:51 -05004phosphor_hwmon_readd_LDADD = libhwmon.la
Brad Bishop20938e42016-12-19 08:58:31 -05005phosphor_hwmon_readd_LDFLAGS = $(SYSTEMD_LIBS)
6phosphor_hwmon_readd_CFLAGS = $(SYSTEMD_CFLAGS)
Matthew Barth6292aee2016-10-06 10:15:48 -05007
Brad Bishop4c9c4542016-12-05 15:07:51 -05008noinst_LTLIBRARIES = libhwmon.la
9libhwmon_la_SOURCES = \
Matthew Barth6292aee2016-10-06 10:15:48 -050010 argument.cpp \
11 directory.cpp \
Brad Bishope55ef3d2016-12-19 09:12:40 -050012 sensorset.cpp \
Brad Bishop6ae03302016-12-19 13:37:43 -050013 mainloop.cpp \
Brad Bishop613a5b32017-01-05 20:58:13 -050014 sysfs.cpp \
Brad Bishop6ae03302016-12-19 13:37:43 -050015 xyz.openbmc_project.Sensor.Value.cpp
Brad Bishope9ac8b42016-12-19 09:30:40 -050016
17SUBDIRS = . test