Skip to content

Commit

Permalink
Makefile: Add SAIFLAGS (sonic-net#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored and kcudnik committed Oct 27, 2016
1 parent 2ade82b commit 7e837cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ syncd_SOURCES = \
syncd_counters.cpp \
../common/redisclient.cpp

syncd_CPPFLAGS = $(DBGFLAGS) $(AM_CPPFLAGS) $(CFLAGS_COMMON)
syncd_CPPFLAGS = $(DBGFLAGS) $(AM_CPPFLAGS) $(CFLAGS_COMMON) $(SAIFLAGS)
syncd_LDADD = -lhiredis -lswsscommon -lsai -lpthread -L$(top_srcdir)/meta/.libs -lsaimetadata

if SAITHRIFT
Expand Down

0 comments on commit 7e837cd

Please sign in to comment.