Kun Yi | 91beea6 | 2018-11-26 15:23:14 -0800 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
| 2 | |
| 3 | libbinarystoredir = ${libdir}/ipmid-providers |
| 4 | libbinarystore_LTLIBRARIES = libbinarystore.la |
| 5 | libbinarystore_la_SOURCES = main.cpp \ |
Kun Yi | 64dc05c | 2018-12-19 13:19:03 -0800 | [diff] [blame^] | 6 | handler.cpp \ |
| 7 | binarystore.cpp |
Kun Yi | 91beea6 | 2018-11-26 15:23:14 -0800 | [diff] [blame] | 8 | libbinarystore_la_LDFLAGS = $(PHOSPHOR_LOGGING_LIBS) \ |
| 9 | -version-info 0:0:0 -shared |
| 10 | libbinarystore_la_CXXFLAGS = $(PHOSPHOR_LOGGING_CFLAGS) \ |
| 11 | -flto |
| 12 | |
| 13 | SUBDIRS = . test |