X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Makefile.am;h=19f2de9f3732251d5b2b63ff44ae8b7be3dc3ebb;hb=2dcf940b7a815456af601cdc6fd8ebbc57bda161;hp=acd2cb65b817bc4061449823d5c44d67df5a8f69;hpb=b7f4971cb7d84e8288140901f4a9dfa773292421;p=ric-plt%2Fsdl.git diff --git a/Makefile.am b/Makefile.am index acd2cb6..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 @@ -117,11 +119,6 @@ libsdl_la_SOURCES += \ src/redis/hiredisclusterepolladapter.cpp \ src/redis/hiredisclustersystem.cpp endif -if SENTINEL -libsdl_la_SOURCES += \ - include/private/redis/asyncsentineldatabasediscovery.hpp \ - src/redis/asyncsentineldatabasediscovery.cpp -endif libsdl_la_CPPFLAGS = \ $(BASE_CPPFLAGS) \ $(HIREDIS_CFLAGS) \ @@ -350,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 \ @@ -375,10 +373,6 @@ testrunner_SOURCES += \ tst/hiredisclusterepolladapter_test.cpp \ tst/hiredisclustersystem_test.cpp endif -if SENTINEL -testrunner_SOURCES += \ - tst/asyncsentineldatabasediscovery_test.cpp -endif testrunner_CPPFLAGS = \ $(BASE_CPPFLAGS) \ -I$(top_srcdir)/3rdparty/googletest/googlemock/include \