Hello Navneet,
* Navneet Dalal wrote on Fri, Jun 13, 2008 at 09:13:48AM CEST:
> If my makefile.am looks as following, then it automatically generates
> mybinary_DEPEDENCIES and set it to ../lib/libutil.la
> bin_PROGRAMS= mybinary
> LDADD= ../lib//libutil.la
> mybinary_SOURCES = mybinary.c
Hi all, I am facing a strange problem. Can someone point out where am
I going wrong.
If my makefile.am looks as following, then it automatically generates
mybinary_DEPEDENCIES and set it to ../lib/libutil.la
bin_PROGRAMS= mybinary
LDADD= ../lib//libutil.la
mybinary_SOURCES = mybinary.