From: David Goulet Date: Wed, 8 Jun 2011 16:33:52 +0000 (-0400) Subject: Fix wrong include file name in Makefile.am X-Git-Tag: v2.0-pre1~86 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=2e442863aa3cf0488f358461f3bfb87b2497d788;hp=f7776ea71b15b00b5f83b9876ccba9f6ede8e2b4 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 --- 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