summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-04-20 12:44:37 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-05-05 22:53:13 +0000
commitf7419b5594db3a11f76ffa23b93721b80a3e75d6 (patch)
tree30fd768349b874bc536cd0cfe4ce6e1f8e94152c /Makefile.am
parent9c8660656e22d2f8632160c846ea162bea923b3c (diff)
downloadopenpower-pnor-code-mgmt-f7419b5594db3a11f76ffa23b93721b80a3e75d6.tar.gz
openpower-pnor-code-mgmt-f7419b5594db3a11f76ffa23b93721b80a3e75d6.zip
Removed version gtests from openpower-pnor-code-mgmt
These gtests were moved to phosphor-bmc-code-mgmt in https://gerrit.openbmc-project.xyz/#/c/3802/ I left the base test code since tests are needed for other functions in this repo. Change-Id: Id3f4666550ce04ddec5e34dcfe103cfe0ea42304 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 50681c30f..f8ef52ae9 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,8 +24,7 @@ generic_ldflags = \
$(SYSTEMD_LIBS) \
$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
$(SDBUSPLUS_LIBS) \
- $(PHOSPHOR_LOGGING_LIBS) \
- -lstdc++fs
+ $(PHOSPHOR_LOGGING_LIBS)
openpower_version_host_software_manager_CXXFLAGS = $(generic_cxxflags)
openpower_version_host_software_manager_LDFLAGS = $(generic_ldflags)
OpenPOWER on IntegriCloud