------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=109910 Summary: Subdirectories in Makefile.am are not recognised if added with SUBDIRS += dir Product: kdevelop Version: unspecified Platform: Debian testing OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: Goetz.Gaycken wanadoo fr Version: 3.2.0 (using KDE KDE 3.4.1) Installed from: Debian testing/unstable Packages Compiler: gcc 3.3.3 OS: Linux Subdirectories are ignored if they added with "SUBDIRS += dir" to the Makefile.am Example: Makefile.am SUBDIRS = sub1 if AN_AM_CONDITIONAL SUBDIRS += optional endif SUBDIRS += sub2