From: Tom Tromey Date: Tue, 14 Nov 1995 07:54:59 +0000 (+0000) Subject: more ideas X-Git-Tag: Release-0-25~343 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=dcc139c470bff13c143f15e09b50c3a8987d3211;p=automake.git more ideas --- diff --git a/TODO b/TODO index 4ded2e4b..627b6b52 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,10 @@ which should be fixed Must handle case where multiple programs are built in one directory and share many object files (eg pax, cpio). (Right now conflicts occur in "make dist") +* I've done this using the _SOURCES hack. This might even be the right + way to go. +* It might be nice to do this on a per-program basis. Think of a way. + Maybe $(prog_LDADD)? ================================================================