Skip to content

Commit

Permalink
Rename saiserialize.cpp to SaiSerialize.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 21, 2021
1 parent 47dac40 commit 7b1a0b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meta/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ libsaimeta_la_SOURCES = \
PerformanceIntervalTimer.cpp \
PortRelatedSet.cpp \
RedisSelectableChannel.cpp \
SaiAttrWrapper.cpp \
SaiAttributeList.cpp \
SaiAttrWrapper.cpp \
SaiInterface.cpp \
SaiObject.cpp \
SaiObjectCollection.cpp \
SaiObject.cpp \
SaiSerialize.cpp \
SelectableChannel.cpp \
ZeroMQSelectableChannel.cpp \
saiserialize.cpp
ZeroMQSelectableChannel.cpp

libsaimeta_la_CPPFLAGS = $(CODE_COVERAGE_CPPFLAGS)
libsaimeta_la_CXXFLAGS = $(DBGFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS_COMMON) $(CODE_COVERAGE_CXXFLAGS)
Expand Down
File renamed without changes.

0 comments on commit 7b1a0b9

Please sign in to comment.