X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Makefile.am;h=19f2de9f3732251d5b2b63ff44ae8b7be3dc3ebb;hb=refs%2Fchanges%2F50%2F1050%2F2;hp=c740aca6443d5e0ed1a1df66cf74c7ab950d7a5e;hpb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;p=ric-plt%2Fsdl.git diff --git a/Makefile.am b/Makefile.am index c740aca..19f2de9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,6 +85,7 @@ libsdl_la_SOURCES += \ include/private/redis/asyncdatabasediscovery.hpp \ include/private/redis/asyncredisreply.hpp \ include/private/redis/asyncredisstorage.hpp \ + include/private/redis/asyncsentineldatabasediscovery.hpp \ include/private/redis/contents.hpp \ include/private/redis/contentsbuilder.hpp \ include/private/redis/databaseinfo.hpp \ @@ -93,6 +94,7 @@ libsdl_la_SOURCES += \ src/redis/asyncdatabasediscovery.cpp \ src/redis/asyncredisreply.cpp \ src/redis/asyncredisstorage.cpp \ + src/redis/asyncsentineldatabasediscovery.cpp \ src/redis/contentsbuilder.cpp endif if HIREDIS @@ -345,6 +347,7 @@ testrunner_SOURCES += \ tst/asynccommanddispatcher_test.cpp \ tst/asyncdatabasediscovery_test.cpp \ tst/asyncredisstorage_test.cpp \ + tst/asyncsentineldatabasediscovery_test.cpp \ tst/asyncstorageimpl_test.cpp \ tst/contents_test.cpp \ tst/contentsbuilder_test.cpp \