From 2e442863aa3cf0488f358461f3bfb87b2497d788 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 8 Jun 2011 12:33:52 -0400 Subject: [PATCH 1/1] Fix wrong include file name in Makefile.am Fix the line and comment it out so that lttng.h is not being installed at this moment because of heavy development and possible API breakage. Signed-off-by: David Goulet --- include/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index f86ccda3d..d30101f8e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,4 +1,3 @@ -nobase_include_HEADERS = \ - lttng/liblttngctl.h +#nobase_include_HEADERS = lttng/lttng.h noinst_HEADERS = lttngerr.h lttng-kernel.h lttng-kconsumerd.h lttng-share.h -- 2.34.1