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