X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Makefile.am;h=9a1ae21e5ec0d045c3843608bb3601cf995ad51e;hb=11b64161a8b9fd80749bca1279609cdb77863852;hp=8471b4f53245e0ce30765d5367c7c1dbbf982b1e;hpb=2e2c88665843b4bd805dbd1a2c71e5959fa9d5bb;p=ric-plt%2Fsdl.git diff --git a/Makefile.am b/Makefile.am index 8471b4f..9a1ae21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ BASE_CPPFLAGS = \ -Werror \ -Wextra \ -Wno-missing-field-initializers \ + -Wno-error=deprecated-declarations \ -I$(top_srcdir)/include \ -I$(builddir)/include \ -DSDL_CONF_DIR='"@SDL_CONF_DIR@"' \ @@ -140,6 +141,9 @@ libshareddatalayercli_la_SOURCES = \ src/cli/dumpconfigurationcommand.cpp \ src/cli/testgetsetcommand.cpp \ src/cli/testconnectivitycommand.cpp \ + src/cli/listkeyscommand.cpp \ + src/cli/setcommand.cpp \ + src/cli/getcommand.cpp \ src/exception.cpp \ src/configurationpaths.cpp \ include/private/configurationpaths.hpp \ @@ -302,6 +306,7 @@ testrunner_SOURCES = \ include/private/tst/enginemock.hpp \ include/private/tst/gettopsrcdir.hpp \ include/private/tst/namespaceconfigurationsmock.hpp \ + include/private/tst/syncstorageimplmock.hpp \ include/private/tst/systemmock.hpp \ include/private/tst/wellknownerrorcode.hpp \ tst/abort_test.cpp \