blob: a9b1507837a0ed98a5f7a895b663090a7e567e09 [file] [log] [blame]
libpldmresponder_LTLIBRARIES = libpldmresponder.la
libpldmresponderdir = ${libdir}
libpldmresponder_la_SOURCES = \
base.cpp
libpldmresponder_la_LIBADD = \
../libpldm/libpldm.la \
$(CODE_COVERAGE_LIBS)
libpldmresponder_la_LDFLAGS = \
-version-info 1:0:0 -shared
libpldmresponder_la_CXXFLAGS = $(CODE_COVERAGE_CXXFLAGS)
libpldmresponder_la_CPPFLAGS = $(CODE_COVERAGE_CPPFLAGS)