Internal librairies not being installed anymore
authorDavid Goulet <dgoulet@ev0ke.net>
Fri, 10 Jun 2011 16:12:10 +0000 (12:12 -0400)
committerDavid Goulet <dgoulet@ev0ke.net>
Fri, 10 Jun 2011 16:12:10 +0000 (12:12 -0400)
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
libkernelctl/Makefile.am
liblttsessiondcomm/Makefile.am
libustctl/Makefile.am

index 474eb29f8e8967f6b64b842bcc2e568f9aafb869..62781eaccf1b921941315489c23df10db9502fb4 100644 (file)
@@ -1,5 +1,5 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = libkernelctl.la
+noinst_LTLIBRARIES = libkernelctl.la
 
 libkernelctl_la_SOURCES = libkernelctl.c
index 55105fedd1283a014d103c3c7787fc7b2bcf206f..8c0d83450c51f5e0b9c196946a6d48b787c95d85 100644 (file)
@@ -1,6 +1,6 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = liblttsessiondcomm.la
+noinst_LTLIBRARIES = liblttsessiondcomm.la
 
 liblttsessiondcomm_la_SOURCES = \
                                liblttsessiondcomm.c
index 82c6c400286c568b908cf21392c927f198e7c365..bef33be2a83e777383e3fe81ef479dc06f1bb7b2 100644 (file)
@@ -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
 
This page took 0.027641 seconds and 5 git commands to generate.