William A. Kennington III | 785fb07 | 2018-12-10 15:27:20 -0800 | [diff] [blame] | 1 | lib_LTLIBRARIES = libuserlayer.la |
| 2 | libuserlayer_la_SOURCES = \ |
| 3 | user_layer.cpp \ |
| 4 | user_mgmt.cpp \ |
| 5 | passwd_mgr.cpp \ |
| 6 | channel_mgmt.cpp \ |
| 7 | channel_layer.cpp |
| 8 | libuserlayer_la_LDFLAGS = \ |
| 9 | $(SYSTEMD_LIBS) \ |
| 10 | $(libmapper_LIBS) \ |
| 11 | $(PHOSPHOR_LOGGING_LIBS) \ |
| 12 | $(PHOSPHOR_DBUS_INTERFACES_LIBS) \ |
| 13 | -lstdc++fs \ |
| 14 | $(CRYPTO_LIBS) \ |
| 15 | -version-info 0:0:0 -shared |
| 16 | libuserlayer_la_CXXFLAGS = \ |
Vernon Mauery | 9d7251c | 2018-12-13 10:25:30 -0800 | [diff] [blame] | 17 | -I$(top_srcdir) \ |
William A. Kennington III | 785fb07 | 2018-12-10 15:27:20 -0800 | [diff] [blame] | 18 | $(SYSTEMD_CFLAGS) \ |
| 19 | $(libmapper_CFLAGS) \ |
| 20 | $(PHOSPHOR_LOGGING_CFLAGS) \ |
| 21 | $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) |