Skip to content

Commit

Permalink
Fix player Makefile.am (sonic-net#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored and kcudnik committed Oct 26, 2016
1 parent 0da8c02 commit 40d93fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ CFLAGS_COMMON+=" -Wconversion"
CFLAGS_COMMON+=" -Wdisabled-optimization"
CFLAGS_COMMON+=" -Werror"
CFLAGS_COMMON+=" -Wextra"
CFLAGS_COMMON+=" -Wextra"
CFLAGS_COMMON+=" -Wfloat-equal"
CFLAGS_COMMON+=" -Wformat=2"
CFLAGS_COMMON+=" -Wformat-nonliteral"
Expand Down
2 changes: 1 addition & 1 deletion player/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ endif

player_SOURCES = player.cpp
player_CPPFLAGS = $(DBGFLAGS) $(AM_CPPFLAGS) $(CFLAGS_COMMON)
player_LDADD = -lhiredis -lswsscommon -lsairedis -lpthread -L$(top_srcdir)/meta/.libs -lsaimetadata
player_LDADD = -lhiredis -lswsscommon -lpthread -L$(top_srcdir)/meta/.libs -lsaimetadata -L$(top_srcdir)/lib/src/.libs -lsairedis

0 comments on commit 40d93fb

Please sign in to comment.