summaryrefslogtreecommitdiffstats
path: root/control/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'control/Makefile.am')
-rw-r--r--control/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/control/Makefile.am b/control/Makefile.am
index adfd227..56ba948 100644
--- a/control/Makefile.am
+++ b/control/Makefile.am
@@ -6,10 +6,12 @@ sbin_PROGRAMS = \
phosphor_fan_control_SOURCES = \
generated.cpp \
+ fan.cpp \
main.cpp \
manager.cpp
phosphor_fan_control_LDADD = \
+ $(top_builddir)/libfan.la \
$(SDBUSPLUS_LIBS) \
$(PHOSPHOR_LOGGING_LIBS)
OpenPOWER on IntegriCloud