Port rpmostreed-errors to C++

Prep for using https://cxx.rs/
This commit is contained in:
Colin Walters 2020-12-21 16:08:51 +00:00 committed by OpenShift Merge Robot
parent f0df041b95
commit a3aa9c29d2
2 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ librpmostreed_sources = \
src/daemon/rpmostree-sysroot-upgrader.h \ src/daemon/rpmostree-sysroot-upgrader.h \
src/daemon/rpmostree-sysroot-upgrader.cxx \ src/daemon/rpmostree-sysroot-upgrader.cxx \
src/daemon/rpmostreed-errors.h \ src/daemon/rpmostreed-errors.h \
src/daemon/rpmostreed-errors.c \ src/daemon/rpmostreed-errors.cxx \
src/daemon/rpmostreed-deployment-utils.h \ src/daemon/rpmostreed-deployment-utils.h \
src/daemon/rpmostreed-deployment-utils.cxx \ src/daemon/rpmostreed-deployment-utils.cxx \
src/daemon/rpmostreed-transaction.h \ src/daemon/rpmostreed-transaction.h \