Commit | Line | Data |
---|---|---|
74130cb7 PC |
1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src |
2 | ||
10a8a223 DG |
3 | # Session daemon communication lib |
4 | noinst_LTLIBRARIES = libsessiond-comm.la | |
5 | ||
0d37f2bc | 6 | libsessiond_comm_la_SOURCES = sessiond-comm.c sessiond-comm.h \ |
b8aa1682 JD |
7 | unix.c unix.h inet.c inet.h inet6.c inet6.h \ |
8 | relayd.h |