fdffa401e5b35783b298a56ed0b809cfbba9e065
[lttng-tools.git] / src / common / sessiond-comm / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
2
3 # Session daemon communication lib
4 noinst_LTLIBRARIES = libsessiond-comm.la
5
6 libsessiond_comm_la_SOURCES = sessiond-comm.c sessiond-comm.h \
7 unix.c unix.h inet.c inet.h inet6.c inet6.h \
8 relayd.h agent.h
9 libsessiond_comm_la_LIBADD = -lrt
This page took 0.029044 seconds and 3 git commands to generate.