Skip to content

Commit 355947e

Browse files
Update Makefile.am
1 parent 09ff654 commit 355947e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Makefile.am

-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@ if SAITHRIFT
1515
vssyncd_LDADD += -lrpcserver -lthrift
1616
endif
1717

18-
1918
tests_SOURCES = tests.cpp
2019
tests_CXXFLAGS = $(DBGFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS_COMMON)
2120
tests_LDADD = -lhiredis -lswsscommon -lpthread \
2221
$(top_srcdir)/lib/libsairedis.la $(top_srcdir)/syncd/libSyncd.a \
2322
-L$(top_srcdir)/meta/.libs -lsaimetadata -lsaimeta -lzmq $(CODE_COVERAGE_LIBS)
2423

25-
2624
testclient_SOURCES = testclient.cpp
2725
testclient_CXXFLAGS = $(DBGFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS_COMMON)
2826
testclient_LDADD = -lhiredis -lswsscommon -lpthread \

0 commit comments

Comments
 (0)