Matt Spinler | d82a5f4 | 2017-07-24 13:40:37 -0500 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
| 2 | |
| 3 | noinst_LTLIBRARIES = libpower.la |
| 4 | libpower_la_LDFLAGS = -static |
| 5 | libpower_la_LIBADD = \ |
| 6 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 7 | $(SDBUSPLUS_LIBS) |
| 8 | libpower_la_CXXFLAGS = \ |
| 9 | $(PHOSPHOR_LOGGING_CFLAGS) \ |
| 10 | $(SDBUSPLUS_CFLAGS) |
| 11 | |
Matt Spinler | 974c916 | 2017-08-04 08:36:37 -0500 | [diff] [blame] | 12 | libpower_la_SOURCES = \ |
Matt Spinler | 015e3ad | 2017-08-01 11:20:47 -0500 | [diff] [blame^] | 13 | pmbus.cpp \ |
Matt Spinler | 974c916 | 2017-08-04 08:36:37 -0500 | [diff] [blame] | 14 | timer.cpp \ |
| 15 | utility.cpp |
Matt Spinler | d82a5f4 | 2017-07-24 13:40:37 -0500 | [diff] [blame] | 16 | |
| 17 | SUBDIRS = . |