diff options
author | William A. Kennington III <wak@google.com> | 2019-02-07 15:15:44 -0800 |
---|---|---|
committer | William A. Kennington III <wak@google.com> | 2019-02-12 11:48:56 -0800 |
commit | acebece38c2c169177bb70e24141e099d873af30 (patch) | |
tree | 40ef7370647126f96e2b09d466b95dc763514499 /Makefile.am | |
parent | 4beac9a0eb11f122ed4e007cc491708c85b7cc90 (diff) | |
download | phosphor-ipmi-blobs-acebece38c2c169177bb70e24141e099d873af30.tar.gz phosphor-ipmi-blobs-acebece38c2c169177bb70e24141e099d873af30.zip |
Convert host-ipmid -> libipmid
phosphor-host-ipmid now exposes a library along with headers for
interfacing with the ipmi daemon. Compile and link against the new
library.
Change-Id: I663e6607f711bc8bae0a2127db524868f6d4cc32
Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1008449..3b57953 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ libblobcmds_la_LDFLAGS = \ $(SYSTEMD_LIBS) \ $(LIBADD_DLOPEN) \ $(PHOSPHOR_LOGGING_LIBS) \ + $(LIBIPMID_LIBS) \ -lstdc++fs \ -export-dynamic \ -version-info 0:0:0 -shared @@ -24,6 +25,7 @@ libblobcmds_la_LDFLAGS = \ libblobcmds_la_CXXFLAGS = \ $(SYSTEMD_CFLAGS) \ $(PHOSPHOR_LOGGING_CFLAGS) \ + $(LIBIPMID_CFLAGS) \ -flto nobase_include_HEADERS = \ |