[geany/geany] c348cc: Include build.h in headers installed for plugin use
Lex Trotman
git-noreply at xxxxx
Thu Feb 16 22:02:34 UTC 2012
Branch: refs/heads/master
Author: Lex Trotman <elextr at gmail.com>
Committer: Lex Trotman <elextr at gmail.com>
Date: Thu, 16 Feb 2012 22:02:34
Commit: c348ccae5841014a841f3649f194e9dd35691985
https://github.com/geany/geany/commit/c348ccae5841014a841f3649f194e9dd35691985
Log Message:
-----------
Include build.h in headers installed for plugin use
Modified Paths:
--------------
wscript
Modified: wscript
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -395,7 +395,7 @@ def build(bld):
src/document.h src/editor.h src/encodings.h src/filetypes.h src/geany.h
src/highlighting.h src/keybindings.h src/msgwindow.h src/plugindata.h
src/prefs.h src/project.h src/search.h src/stash.h src/support.h
- src/templates.h src/toolbar.h src/ui_utils.h src/utils.h
+ src/templates.h src/toolbar.h src/ui_utils.h src/utils.h src/build.h
plugins/geanyplugin.h plugins/geanyfunctions.h''')
bld.install_files('${PREFIX}/include/geany/scintilla', '''
scintilla/include/SciLexer.h scintilla/include/Scintilla.h
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Commits
mailing list