summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ef1bf14..24fd5e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,8 @@ ipmid_SOURCES = \
settings.cpp \
host-cmd-manager.cpp \
timer.cpp \
- utils.cpp
+ utils.cpp \
+ oemrouter.cpp
nodist_ipmid_SOURCES = ipmiwhitelist.cpp
libapphandler_BUILT_LIST = \
@@ -108,7 +109,9 @@ libsysintfcmds_la_CXXFLAGS = $(SYSTEMD_CFLAGS) \
nobase_include_HEADERS = \
host-ipmid/ipmid-api.h \
host-ipmid/ipmid-host-cmd.hpp \
- host-ipmid/ipmid-host-cmd-utils.hpp
+ host-ipmid/ipmid-host-cmd-utils.hpp \
+ host-ipmid/oemopenbmc.hpp \
+ host-ipmid/oemrouter.hpp
# Forcing the build of self and then subdir
SUBDIRS = . test softoff
OpenPOWER on IntegriCloud