Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TACappleman committed Nov 11, 2021
1 parent e0aec2f commit 5a40ba0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions orchagent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INCLUDES = -I $(top_srcdir)/lib \
-I flex_counter \
-I debug_counter \
-I pbh \
-I cbf
-I nhg

CFLAGS_SAI = -I /usr/include/sai

Expand Down Expand Up @@ -41,10 +41,11 @@ orchagent_SOURCES = \
orchdaemon.cpp \
orch.cpp \
notifications.cpp \
nhgbase.cpp \
nhgorch.cpp \
cbf/cbfnhgorch.cpp \
cbf/nhgmaporch.cpp \
nhg/nhgbase.cpp \
nhg/nhghandler.cpp \
nhg/cbfnhghandler.cpp \
nhgmaporch.cpp \
routeorch.cpp \
mplsrouteorch.cpp \
neighorch.cpp \
Expand Down

0 comments on commit 5a40ba0

Please sign in to comment.