summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e2b209..10c3bf8 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,8 +7,7 @@ noinst_HEADERS = \
version.hpp \
image_manager.hpp \
item_updater.hpp \
- activation.hpp \
- image_verify.hpp
+ activation.hpp
sbin_PROGRAMS = \
phosphor-version-software-manager \
@@ -38,8 +37,12 @@ phosphor_image_updater_SOURCES = \
version.cpp \
serialize.cpp \
item_updater.cpp \
- item_updater_main.cpp \
- image_verify.cpp
+ item_updater_main.cpp
+
+if WANT_SIGNATURE_VERIFY_BUILD
+noinst_HEADERS += image_verify.hpp
+phosphor_image_updater_SOURCES += image_verify.cpp
+endif
nodist_phosphor_image_updater_SOURCES = \
org/openbmc/Associations/server.cpp
OpenPOWER on IntegriCloud