automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automake with Subdirs


From: Panagiotis Vossos
Subject: Re: Automake with Subdirs
Date: Wed, 05 Jun 2002 16:55:09 +0300
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Frederico Faria <address@hidden> writes:

> I try to use the configure script and automake on my project. I have a
> source directory:
> 
>     server
>     server/src
> 
> I'd like to generate the Makefiles in server and server/src.
> 
> But i've got a problem; configure creates an empty server/src/Makefile.
> Below is the stdout of configure command.
> See the message "sed: can't read ../src/Makefile.in: No such file or
> directory"

server/src/Makefile.in is generated by automake from
server/src/Makefile.am.  You must add the line:

SUBDIRS = src 

to your top-level Makefile.am (I assume server/Makefile.am).

panagiotis



reply via email to

[Prev in Thread] Current Thread [Next in Thread]