On Thu, 13 Mar 2008 13:29:32 +0100
Enrico Tröger <enrico.troeger(a)uvena.de> wrote:
since 2333, "make install" will also install
all header files which
can be used in plugins and additionally a pkg-config file is
installed.
Great work :)
...
At the moment, all Geany header files are installed
in
$prefix/include/geany and a few Scintilla header files in
$prefix/include/geany/scintilla and the tagmanager header files are
installed in $prefix/include/geany/tagmanager. All include paths can
be obtained with
pkg-config --cflags geany
I think this is the cleanest solution. Or would it be better to have
_all_ header files(Geany ones mixed with Scintilla and tagmanager) in
$prefix/include/geany?
I prefer it like it is, with separate directories.
Regards,
Nick