Docs: Remove Java-specific comments from agent.h
[lttng-tools.git] / src / common / sessiond-comm / Makefile.am
index 1c73dcb9ea690bd7c7dd0b18f29089fe48f5a4e2..fdffa401e5b35783b298a56ed0b809cfbba9e065 100644 (file)
@@ -1,6 +1,9 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
+
 # Session daemon communication lib
 noinst_LTLIBRARIES = libsessiond-comm.la
 
 libsessiond_comm_la_SOURCES = sessiond-comm.c sessiond-comm.h \
-                              unix.c unix.h inet.c inet.h inet6.c inet6.h
-
+                              unix.c unix.h inet.c inet.h inet6.c inet6.h \
+                              relayd.h agent.h
+libsessiond_comm_la_LIBADD = -lrt
This page took 0.023455 seconds and 4 git commands to generate.