[Gambas-devel] Note for component developers
Benoit Minisini
gambas at ...1...
Mon Oct 31 15:00:33 CET 2005
Just a remark:
In the top Makefile.am file of a component (for example, ./gb.qt/Makefile.am),
the first line must be: 'SUBDIR=@XXX_DIR@' and not 'SUBDIR=src', where XXX is
the name of the component or library, as defined in the GB_COMPONENT() or
GB_COMPONENT_PKG_CONFIG() macro in the ./configure.ac file.
Otherwise, disabled components are compiled all the same!
Regards,
--
Benoit Minisini
More information about the Devel
mailing list