From dbc03870c703720806e7859df4521293090c0c56 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 10 Jun 2011 12:12:10 -0400 Subject: [PATCH] Internal librairies not being installed anymore Signed-off-by: David Goulet --- libkernelctl/Makefile.am | 2 +- liblttsessiondcomm/Makefile.am | 2 +- libustctl/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libkernelctl/Makefile.am b/libkernelctl/Makefile.am index 474eb29f8..62781eacc 100644 --- a/libkernelctl/Makefile.am +++ b/libkernelctl/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -lib_LTLIBRARIES = libkernelctl.la +noinst_LTLIBRARIES = libkernelctl.la libkernelctl_la_SOURCES = libkernelctl.c diff --git a/liblttsessiondcomm/Makefile.am b/liblttsessiondcomm/Makefile.am index 55105fedd..8c0d83450 100644 --- a/liblttsessiondcomm/Makefile.am +++ b/liblttsessiondcomm/Makefile.am @@ -1,6 +1,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -lib_LTLIBRARIES = liblttsessiondcomm.la +noinst_LTLIBRARIES = liblttsessiondcomm.la liblttsessiondcomm_la_SOURCES = \ liblttsessiondcomm.c diff --git a/libustctl/Makefile.am b/libustctl/Makefile.am index 82c6c4002..bef33be2a 100644 --- a/libustctl/Makefile.am +++ b/libustctl/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm AM_CFLAGS = -fno-strict-aliasing -lib_LTLIBRARIES = libustctl.la +noinst_LTLIBRARIES = libustctl.la libustctl_la_SOURCES = libustctl.c -- 2.34.1