automake
[Top][All Lists]
Advanced

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

Re: Enhancing nobase_


From: Ralf Corsepius
Subject: Re: Enhancing nobase_
Date: Thu, 19 Mar 2009 14:53:33 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Akim Demaille wrote:
Hi autofriends!

nobase_ is really a nice feature to cope with a structured hierarchy of files. But it does not work well with packages that avoid recursive Makefiles. In my case for instance, my package has a hierarchy of files in $(top_srcdir)/include, but it has no include/Makefile.am, just $(top_srcdir)/Makefile.am, so I cannot use nobase_include_HEADERS, I have to declare a bazillion of include subdirs.

Hmm? I don't understand.

nobase_include_HEADERS = foo/far/faz.h
nobase_include_HEADERS += boo/bar/baz.h

just works.

Ralf





reply via email to

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