Tom | cbfd6ec | 2016-09-14 17:45:55 +0530 | [diff] [blame] | 1 | liboemhandlerdir = ${libdir}/ipmid-providers |
Matthew Barth | 70dbc58 | 2016-09-20 10:16:52 -0500 | [diff] [blame] | 2 | liboemhandler_LTLIBRARIES = liboemhandler.la |
Vishwanatha Subbanna | 0765506 | 2017-07-14 20:31:57 +0530 | [diff] [blame^] | 3 | |
| 4 | liboemhandler_la_SOURCES = oemhandler.cpp \ |
| 5 | host-interface.cpp |
| 6 | |
| 7 | liboemhandler_la_LDFLAGS = $(SYSTEMD_LIBS)\ |
| 8 | $(SDBUSPLUS_LIBS) \ |
| 9 | $(OPENPOWER_DBUS_INTERFACES_LIBS) \ |
| 10 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 11 | -version-info 0:0:0 -shared |
| 12 | |
| 13 | liboemhandler_la_CXXFLAGS = $(SYSTEMD_CFLAGS) \ |
| 14 | $(SDBUSPLUS_CFLAGS) \ |
| 15 | $(OPENPOWER_DBUS_INTERFACES_CFLAGS) \ |
| 16 | $(PHOSPHOR_LOGGING_CFLAGS) \ |
| 17 | $(AM_CXXFLAGS) |