Deepak Kodihalli | 1b24f97 | 2019-02-01 04:09:13 -0600 | [diff] [blame^] | 1 | libpldmresponder_LTLIBRARIES = libpldmresponder.la |
2 | libpldmresponderdir = ${libdir} | ||||
3 | libpldmresponder_la_SOURCES = \ | ||||
4 | base.cpp | ||||
5 | libpldmresponder_la_LIBADD = \ | ||||
6 | ../libpldm/libpldm.la | ||||
7 | libpldmresponder_la_LDFLAGS = \ | ||||
8 | -version-info 1:0:0 -shared |