Hello again,
my sourcetree looks like this
projectdir/
src/
source1.c
source2.c
header1.h
liba/
source3.c
header2.h
libb/
...
The Makefile.am for the src/ dir looks like
noinst_HEADERS = header1.h
SUBDIRS = liba libb
LDADD = \
Hello Stefan,
* Stefan Bienert wrote on Wed, Feb 27, 2008 at 03:59:13PM CET:
>
> I have a simple task:
Which unfortunately hasn't been completely specified yet.
How does the source tree look like?
How would you like the installed tree to look like?
Which files do you want to appear in the distrib
Hello there,
I have a simple task:
Srcdirectory with several subdirectories. Some of the subdirs are
including headers from directories one level up. Therefore I just wrote
several Makefile.am's, one for each directory. How do I treat the
headers which in the higher directory levels? I tried
On Tue, Feb 26, 2008 at 8:52 AM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> If autoreconf doesn't work for some project, then we'd like to know why,
> so we can fix it. It really should be used.
This isn't really what you asked, but it would be nice if autoreconf
knew about gtkdocize, intltoo