cgixx
|-- cgi++.---> libcgixx.la <.
| `-- jsutil |--> libcgixx-js.la --'
'-- src --'
libcgixx is the independant one and doesn't need any other libs to be compiled
but libcgixx-js requirs libcgixx
for compilation. But the codes written in
Hi,
I kind of an autotools novice and have a problem with using the include
directive in make and automake. I need to generate an include file at make
time, so this file is not available when I run automake. My problem is that
if I use
include dep.mak
in Makefile.am, automake barfs because the fi
Hey Eric,
On Fri, Oct 24, 2008 at 11:34 AM, Eric Blake <[EMAIL PROTECTED]> wrote:
> Thanks for the patch. Care to add a ChangeLog entry, and wrap the line to
> not exceed 80 columns?
done and done.
> Meanwhile, I'd like an opinion from automake users
> as to whether this patch makes sense to app