From kdevelop-bugs Sat Jul 30 19:35:05 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Sat, 30 Jul 2005 19:35:05 +0000 To: kdevelop-bugs Subject: [Bug 109910] New: Subdirectories in Makefile.am are not recognised if added with SUBDIRS += dir Message-Id: <20050730213504.109910.Goetz.Gaycken () wanadoo ! fr> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306939907575 ------- 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