diff --git a/lib/src/Makefile.am b/lib/src/Makefile.am index 19344dc77e81..375b80f17902 100644 --- a/lib/src/Makefile.am +++ b/lib/src/Makefile.am @@ -17,7 +17,6 @@ libSaiRedis_a_SOURCES = \ ClientServerSai.cpp \ ClientSai.cpp \ ServerSai.cpp \ - PerformanceIntervalTimer.cpp \ ZeroMQChannel.cpp \ Channel.cpp \ Context.cpp \ diff --git a/meta/Makefile.am b/meta/Makefile.am index f597c085ed77..17c80a007def 100644 --- a/meta/Makefile.am +++ b/meta/Makefile.am @@ -41,6 +41,7 @@ libsaimeta_la_SOURCES = \ SaiObjectCollection.cpp \ PortRelatedSet.cpp \ MetaKeyHasher.cpp \ + PerformanceIntervalTimer.cpp \ Meta.cpp libsaimeta_la_CPPFLAGS = $(CODE_COVERAGE_CPPFLAGS) diff --git a/lib/src/PerformanceIntervalTimer.cpp b/meta/PerformanceIntervalTimer.cpp similarity index 99% rename from lib/src/PerformanceIntervalTimer.cpp rename to meta/PerformanceIntervalTimer.cpp index e4b87648b495..d863a410e985 100644 --- a/lib/src/PerformanceIntervalTimer.cpp +++ b/meta/PerformanceIntervalTimer.cpp @@ -1,6 +1,7 @@ #include "PerformanceIntervalTimer.h" #include "swss/logger.h" + #include using namespace sairediscommon; diff --git a/lib/inc/PerformanceIntervalTimer.h b/meta/PerformanceIntervalTimer.h similarity index 100% rename from lib/inc/PerformanceIntervalTimer.h rename to meta/PerformanceIntervalTimer.h diff --git a/vslib/src/Makefile.am b/vslib/src/Makefile.am index 3582be1e46fc..602d01f33869 100644 --- a/vslib/src/Makefile.am +++ b/vslib/src/Makefile.am @@ -13,7 +13,6 @@ libSaiVS_a_SOURCES = \ ../../lib/src/NotificationFdbEvent.cpp \ ../../lib/src/Notification.cpp \ ../../lib/src/NotificationPortStateChange.cpp \ - ../../lib/src/PerformanceIntervalTimer.cpp \ Context.cpp \ ContextConfig.cpp \ ContextConfigContainer.cpp \