summaryrefslogtreecommitdiffstats
path: root/user_channel
diff options
context:
space:
mode:
Diffstat (limited to 'user_channel')
-rw-r--r--user_channel/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/user_channel/Makefile.am b/user_channel/Makefile.am
new file mode 100644
index 0000000..0b62ada
--- /dev/null
+++ b/user_channel/Makefile.am
@@ -0,0 +1,20 @@
+lib_LTLIBRARIES = libuserlayer.la
+libuserlayer_la_SOURCES = \
+ user_layer.cpp \
+ user_mgmt.cpp \
+ passwd_mgr.cpp \
+ channel_mgmt.cpp \
+ channel_layer.cpp
+libuserlayer_la_LDFLAGS = \
+ $(SYSTEMD_LIBS) \
+ $(libmapper_LIBS) \
+ $(PHOSPHOR_LOGGING_LIBS) \
+ $(PHOSPHOR_DBUS_INTERFACES_LIBS) \
+ -lstdc++fs \
+ $(CRYPTO_LIBS) \
+ -version-info 0:0:0 -shared
+libuserlayer_la_CXXFLAGS = \
+ $(SYSTEMD_CFLAGS) \
+ $(libmapper_CFLAGS) \
+ $(PHOSPHOR_LOGGING_CFLAGS) \
+ $(PHOSPHOR_DBUS_INTERFACES_CFLAGS)
OpenPOWER on IntegriCloud