summaryrefslogtreecommitdiffstats
path: root/cooling-type/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cooling-type/Makefile.am')
-rw-r--r--cooling-type/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/cooling-type/Makefile.am b/cooling-type/Makefile.am
new file mode 100644
index 0000000..8be1c3e
--- /dev/null
+++ b/cooling-type/Makefile.am
@@ -0,0 +1,13 @@
+AM_DEFAULT_SOURCE_EXT = .cpp
+
+sbin_PROGRAMS = \
+ phosphor-cooling-type
+
+phosphor_cooling_type_SOURCES = \
+ main.cpp \
+ argument.cpp \
+ cooling_type.cpp
+
+phosphor_cooling_type_LDADD = $(SDBUSPLUS_LIBS)
+
+# vim: tabstop=8 noexpandtab
OpenPOWER on IntegriCloud