Skip to content

Commit

Permalink
[Debugger:FIX] Plugin was not loaded in Geany.
Browse files Browse the repository at this point in the history
Reason: Could not find symbol from src/cell_renderers sources.
  • Loading branch information
vkochan committed Jan 24, 2013
1 parent fd233b7 commit 38c2da3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debugger/wscript_build
Expand Up @@ -23,7 +23,10 @@
from build.wafutils import build_plugin

name = 'Debugger'
includes = ['debugger/src']

includes = ['debugger/src', 'debugger/src/cell_renderers',
'debugger/src/xpm']

libraries = ['VTE', 'UTIL']

pludin_datadir = '${PKGDATADIR}/debugger'
Expand Down

0 comments on commit 38c2da3

Please sign in to comment.