Tom Joseph | f8329ac | 2019-04-11 22:13:22 +0530 | [diff] [blame] | 1 | libpldmoemresponder_LTLIBRARIES = libpldmoemresponder.la |
2 | libpldmoemresponderdir = ${libdir} | ||||
3 | libpldmoemresponder_la_SOURCES = \ | ||||
4 | file_io.cpp | ||||
5 | |||||
6 | libpldmoemresponder_la_LIBADD = \ | ||||
7 | ../libpldm/libpldmoem.la | ||||
8 | libpldmoemresponder_la_LDFLAGS = \ | ||||
9 | -version-info 1:0:0 -shared \ | ||||
Tom Joseph | 5530676 | 2019-05-02 09:11:26 +0530 | [diff] [blame] | 10 | -lstdc++fs |