[Bug 61311] New: Autoproject manager does not recognise DIST_SUBDIRS
Christian Prochnow
cproch at seculogix.de
Wed Jul 16 15:07:05 UTC 2003
------- 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=61311
Summary: Autoproject manager does not recognise DIST_SUBDIRS
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: cproch at seculogix.de
Version: 3.0-cvs (using KDE KDE 3.1.2)
Installed from: Compiled From Sources
Compiler: gcc-3.2
OS: Linux
I have a Autoconf/Automake project that uses variables to conditinaly select which subdirs should be compiled.
example Makefile.am:
SUBDIRS = $(MAYBE_NETWORK) $(MAYBE_IPC)
DIST_SUBDIRS = network ipc
Now when i open my project the automake manager does not recognize the DIST_SUBDIRS variable to show me the directories in the tree - it is left empty.
More information about the KDevelop-devel
mailing list