[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem to create a "noinst_LTLIBRARIES" shared libraray
From: |
John Calcote |
Subject: |
Re: problem to create a "noinst_LTLIBRARIES" shared libraray |
Date: |
Fri, 03 Apr 2009 10:25:07 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 |
Andreas,
On 4/3/2009 3:26 AM, Andreas Otto wrote:
I currently writing a java JNI extension used only for local "check" and
this library should *not* be installed.
...
Question: what can I do to get a shared LTLIBRARIES using the "noinst"
prefix ?
Use check_LTLIBRARIES instead of noinst_LTLIBRARIES.
Check libraries and programs are not installed either.
Regards,
John