blob: a9b1507837a0ed98a5f7a895b663090a7e567e09 [file] [log] [blame]
Deepak Kodihalli1b24f972019-02-01 04:09:13 -06001libpldmresponder_LTLIBRARIES = libpldmresponder.la
2libpldmresponderdir = ${libdir}
3libpldmresponder_la_SOURCES = \
4 base.cpp
5libpldmresponder_la_LIBADD = \
Priyangafb4bec92019-03-25 11:51:31 +05306 ../libpldm/libpldm.la \
7 $(CODE_COVERAGE_LIBS)
Deepak Kodihalli1b24f972019-02-01 04:09:13 -06008libpldmresponder_la_LDFLAGS = \
9 -version-info 1:0:0 -shared
Priyangafb4bec92019-03-25 11:51:31 +053010libpldmresponder_la_CXXFLAGS = $(CODE_COVERAGE_CXXFLAGS)
11libpldmresponder_la_CPPFLAGS = $(CODE_COVERAGE_CPPFLAGS)
12