blob: 796e385803c18040c9f51d1d7563759cfa46e45d [file] [log] [blame]
Kun Yi91beea62018-11-26 15:23:14 -08001AM_DEFAULT_SOURCE_EXT = .cpp
2
3libbinarystoredir = ${libdir}/ipmid-providers
4libbinarystore_LTLIBRARIES = libbinarystore.la
5libbinarystore_la_SOURCES = main.cpp \
Kun Yi64dc05c2018-12-19 13:19:03 -08006 handler.cpp \
7 binarystore.cpp
Kun Yi91beea62018-11-26 15:23:14 -08008libbinarystore_la_LDFLAGS = $(PHOSPHOR_LOGGING_LIBS) \
9 -version-info 0:0:0 -shared
10libbinarystore_la_CXXFLAGS = $(PHOSPHOR_LOGGING_CFLAGS) \
11 -flto
12
13SUBDIRS = . test