blob: 63251215e29a7f124890ae899e0bf1ab18f49c50 [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 \
14 xyz.openbmc_project.Sensor.Value.cpp
Brad Bishope9ac8b42016-12-19 09:30:40 -050015
16SUBDIRS = . test