Andrew Jeffery | 2c07f6f | 2018-08-10 16:24:32 +0930 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
2 | # Copyright (C) 2018 IBM Corp. | ||||
3 | |||||
4 | libhiomapdir = ${libdir}/ipmid-providers | ||||
5 | libhiomap_LTLIBRARIES = libhiomap.la | ||||
6 | |||||
7 | libhiomap_la_SOURCES = hiomap.cpp | ||||
8 | |||||
9 | libhiomap_la_LDFLAGS = $(SYSTEMD_LIBS)\ | ||||
10 | $(SDBUSPLUS_LIBS) \ | ||||
11 | $(PHOSPHOR_LOGGING_LIBS) \ | ||||
12 | -version-info 0:0:0 -shared | ||||
13 | |||||
14 | libhiomap_la_CXXFLAGS = $(SYSTEMD_CFLAGS) \ | ||||
15 | $(SDBUSPLUS_CFLAGS) \ | ||||
16 | $(PHOSPHOR_LOGGING_CFLAGS) \ | ||||
17 | $(AM_CXXFLAGS) |