summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-07 12:51:59 -0800
committerPatrick Venture <venture@google.com>2019-03-07 12:51:59 -0800
commit465469d1c074825462a7911ce1ea313230de98ce (patch)
tree2dafd7445d3f24504efa622c9329a0e2f95a4a6d
parent161b72119a289ace99752d4b5a203b7ac53f7ed8 (diff)
downloadipmi-blob-tool-465469d1c074825462a7911ce1ea313230de98ce.tar.gz
ipmi-blob-tool-465469d1c074825462a7911ce1ea313230de98ce.zip
install crc header
Originally, the CRC implementation was internal this library, however now it's going to be used by phosphor-ipmi-blobs. Change-Id: I7d528de1e593f791468b2cc7477a6c16ede2c43a Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c23c6ee..499d389 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@ lib_LTLIBRARIES = libipmiblob.la
libipmiblob_la_SOURCES =
libipmiblob_la_LIBADD = $(COMMON_LIBS)
-# Don't install the crc header.
+nobase_include_HEADERS += ipmiblob/crc.hpp
libipmiblob_la_SOURCES += ipmiblob/crc.cpp
nobase_include_HEADERS += ipmiblob/blob_errors.hpp
OpenPOWER on IntegriCloud