Skip to content

Commit

Permalink
Make orchagent use saimetadata lib (sonic-net#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik authored and lguohan committed Oct 25, 2016
1 parent 3733769 commit a025ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ orchagent_SOURCES = main.cpp orchdaemon.cpp orch.cpp notifications.cpp routeorch

orchagent_CFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_SAI)
orchagent_CPPFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_SAI)
orchagent_LDADD = -lnl-3 -lnl-route-3 -lpthread -lsairedis -lswsscommon
orchagent_LDADD = -lnl-3 -lnl-route-3 -lpthread -lsairedis -lsaimetadata -lswsscommon

routeresync_SOURCES = routeresync.cpp
routeresync_CFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON)
Expand Down

0 comments on commit a025ab0

Please sign in to comment.