]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
More
authorTom Tromey <tromey@redhat.com>
Sun, 11 Aug 1996 18:56:47 +0000 (18:56 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 11 Aug 1996 18:56:47 +0000 (18:56 +0000)
automake.in

index c0c74f50c72b77326516695cb2fdca570e063c49..dcddf0c1d3d2e952d0f42e2d2a99f5e1984814cb 100755 (executable)
@@ -927,6 +927,11 @@ sub handle_programs
        {
            # User didn't define prog_LDADD override.  So do it.
            $output_vars .= $xname . '_LDADD = $(LDADD)' . "\n";
+
+           # This does a bit too much work.  But we need it to
+           # generate _DEPENDENCIES when appropriate.
+           &handle_lib_objects ($xname, 'LDADD')
+               if (&variable_defined ('LDADD'));
        }
 
        # Determine program to use for link.