X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Makefile.am;h=acd2cb65b817bc4061449823d5c44d67df5a8f69;hb=refs%2Fchanges%2F64%2F964%2F1;hp=c740aca6443d5e0ed1a1df66cf74c7ab950d7a5e;hpb=ef2bf51d04aaf01fa0cabdcaf905b23423067662;p=ric-plt%2Fsdl.git diff --git a/Makefile.am b/Makefile.am index c740aca..acd2cb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,6 +117,11 @@ 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) \ @@ -370,6 +375,10 @@ 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 \