Importing kdevelop as Project doesn't work

Matt Rogers mattr at kde.org
Fri Nov 17 18:39:50 UTC 2006


On Friday 17 November 2006 11:24, Andreas Pakulat wrote:
> Hi,
>
> we just figured on IRC that kdevelop's cpp and kde application importers
> don't work on kdevelops source itself. It seems only the top-level
> Makefile.am is parsed, none of the subdirs.
>
> It seems make -f Makefile.cvs is "fixing" that, but it shouldn't be
> needed as far as I understand.
>
> Anybody with an idea how to fix this?
>
> Andreas

Fix the automake stuff to handle the $(TOPSUBDIRS) variable correctly. This 
can either be fixed by adding the above, or by adding:

#kdevelop: <list of all subdirs here>

the appropriate file. (Can't remember if it's Makefile.am.in or just 
Makefile.am)

Thanks
-- 
Matt




More information about the KDevelop-devel mailing list