On Apr 27, 2001, <[EMAIL PROTECTED]> wrote:

> test_md5_SOURCES = test_md5.c profile_md5.c
> test_md5_LDADD = md5.o

How about:

test_md5_SOURCES = test_md5.c provfile_md5.c
nodist_test_md5_SOURCES = md5.c
# ^^^^ requires CVS automake

md5.c:
        $(LN_S) /path/to/md5.c md5.c

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Reply via email to