Patrick Venture | d26fff4 | 2018-09-18 15:37:59 -0700 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
| 2 | |
| 3 | libethstatscmddir = ${libdir}/ipmid-providers |
| 4 | libethstatscmd_LTLIBRARIES = libethstatscmd.la |
| 5 | libethstatscmd_la_SOURCES = main.cpp |
| 6 | |
Patrick Venture | 8d63aee | 2018-11-09 08:52:44 -0800 | [diff] [blame^] | 7 | libethstatscmd_la_LDFLAGS = \ |
Patrick Venture | d26fff4 | 2018-09-18 15:37:59 -0700 | [diff] [blame] | 8 | -lstdc++fs \ |
| 9 | -version-info 0:0:0 -shared |
| 10 | |
Patrick Venture | 8d63aee | 2018-11-09 08:52:44 -0800 | [diff] [blame^] | 11 | libethstatscmd_la_CXXFLAGS = |