]> sourceware.org Git - automake.git/commitdiff
* automake.in (handle_ltlibraries): Specify `noinst' when
authorTom Tromey <tromey@redhat.com>
Fri, 16 Oct 1998 12:08:56 +0000 (12:08 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 16 Oct 1998 12:08:56 +0000 (12:08 +0000)
        computing valid prefixes.  From Ulrich Drepper.

ChangeLog
automake.in

index 25f5dc766df2c53b74c683f50149b5adb9d5d063..254da4d17f36959536a659d9c8b83b68b08b6219 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1998-10-16  Tom Tromey  <tromey@cygnus.com>
 
+       * automake.in (handle_ltlibraries): Specify `noinst' when
+       computing valid prefixes.  From Ulrich Drepper.
+
        * automake.in (scan_dependency_file): Don't give an error if there
        is text after the last line.  Report from Matthew D. Langston.
 
index ea8635a8d5da35b29c6343113a1ed3ab6ae85cd6..23f0eb11f7f1cd50c615906166676a11bac85eca 100755 (executable)
@@ -1621,7 +1621,8 @@ sub handle_ltlibraries
     return if ! @liblist;
 
     local (%instdirs);
-    local (%valid) = &am_primary_prefixes ('LTLIBRARIES', 'lib', 'pkglib');
+    local (%valid) = &am_primary_prefixes ('LTLIBRARIES', 'lib', 'pkglib',
+                                          'noinst');
 
     local ($key);
     foreach $key (keys %valid)
This page took 0.040113 seconds and 5 git commands to generate.