From: Mathieu Desnoyers Date: Mon, 26 Sep 2011 18:52:13 +0000 (-0400) Subject: Add missing rculfhash.h header to make dist X-Git-Tag: v2.0-pre14~16 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=f9a766898970db1576a9b042d5fe1d1ef7496453 Add missing rculfhash.h header to make dist Signed-off-by: Mathieu Desnoyers --- 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 \