I finally found a solution, (thanks to sample from
Automake doc) but I don't know
if it's the best, here is my Makefile.am
INCLUDES = -I$(top_srcdir)/src
-I$(top_srcdir)/../../global_libs/extern/md5
bin_PROGRAMS = test_md5
test_md5_SOURCES = test_md5.c profile_md5.c
test_md5_LDADD = md5.o
md5.o
Hi,
I'm starting to use automake/autoconf at work,
converting a project that is beginning to be
too large for Makefiles.
I've read the book "Gnu Autoconf automake and
libtool"
written by Gary V. Vaughan, Ben Elliston, Tom Tromey
and Ian Lance Taylor,
and I the following problem:
in a directory