From f9a766898970db1576a9b042d5fe1d1ef7496453 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 26 Sep 2011 14:52:13 -0400 Subject: [PATCH 1/1] Add missing rculfhash.h header to make dist Signed-off-by: Mathieu Desnoyers --- ltt-sessiond/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ltt-sessiond/Makefile.am b/ltt-sessiond/Makefile.am index 6ee9fa48f..5b7093371 100644 --- a/ltt-sessiond/Makefile.am +++ b/ltt-sessiond/Makefile.am @@ -26,7 +26,8 @@ ltt_sessiond_SOURCES = utils.c utils.h \ shm.c shm.h \ session.c session.h \ ltt-sessiond.h main.c \ - ../hashtable/rculfhash.c + ../hashtable/rculfhash.c \ + ../hashtable/rculfhash.h # link on liblttngctl for check if sessiond is already alive. ltt_sessiond_LDADD = -lrt \ -- 2.34.1