Skip to content

Commit

Permalink
For compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjun.dong committed Apr 21, 2020
1 parent 4bdc202 commit 9b54c5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mclagsyncd/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INCLUDES = -I $(top_srcdir) -I $(top_srcdir)/orchagent
INCLUDES = -I $(top_srcdir) -I $(top_srcdir)/orchagent -I $(top_srcdir)/orchagent/flex_counter

CFLAGS_SAI = -I /usr/include/sai

Expand All @@ -10,8 +10,8 @@ else
DBGFLAGS = -g
endif

mclagsyncd_SOURCES = mclagsyncd.cpp mclaglink.cpp
mclagsyncd_SOURCES = mclagsyncd.cpp mclaglink.cpp $(top_srcdir)/orchagent/orch.cpp $(top_srcdir)/orchagent/request_parser.cpp

mclagsyncd_CFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_SAI)
mclagsyncd_CPPFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON)
mclagsyncd_CPPFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_SAI)
mclagsyncd_LDADD = -lnl-3 -lnl-route-3 -lswsscommon

0 comments on commit 9b54c5c

Please sign in to comment.