[Bug 61311] Autoproject manager does not recognise DIST_SUBDIRS
Amilcar do Carmo Lucas
amilcar at ida.ing.tu-bs.de
Wed Aug 4 15:55:08 UTC 2004
------- 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
------- Additional Comments From amilcar ida ing tu-bs de 2004-08-04 15:53 -------
KDevelop has a workaround for it.
Here is an example extracted from kdevelop/languages/Makefile.am :
##
## Do NOT remove the comments that start with "kdevelop:"
## They are actually directives to the kdevelop plugin system
##
## The include_xxxx variables are controlled by configure.in.in
##
if include_ada
ADA_LANGUAGE = ada
endif
if include_bash
BASH_LANGUAGE = bash
endif
...
#kdevelop: ADA_LANGUAGE = ada
#kdevelop: BASH_LANGUAGE = bash
...
SUBDIRS = $(ADA_LANGUAGE) $(BASH_LANGUAGE)
More information about the KDevelop-devel
mailing list