Rename the directory for debugging backends

This commit is contained in:
Pierre Pronchery 2015-07-03 00:31:45 +02:00
parent 965d56cc96
commit 7ca686bd04
4 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ static DesktopToolbar _debugger_toolbar[] =
/* XXX load at run-time */
#include "backends/ptrace.c"
#include "debug/ptrace.c"
/* public */

View File

@ -1,4 +1,4 @@
subdirs=backends,models
subdirs=debug,models
targets=debugger,gdeasm,sequel,simulator
cflags_force=-W `pkg-config --cflags libDesktop`
cflags=-Wall -g -O2 -pedantic -fstack-protector