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