blob: d93b6daa6df5dd5e775907c3bb4659364b87a455 [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 \
13 mainloop.cpp
Brad Bishope9ac8b42016-12-19 09:30:40 -050014
15SUBDIRS = . test