diff --git a/desmume/src/frontend/posix/gtk-glade/Makefile.am b/desmume/src/frontend/posix/gtk-glade/Makefile.am index 2db0f2494..c0ea195d0 100644 --- a/desmume/src/frontend/posix/gtk-glade/Makefile.am +++ b/desmume/src/frontend/posix/gtk-glade/Makefile.am @@ -35,6 +35,3 @@ desmume_glade_LDADD = ../libdesmume.a \ $(SDL_LIBS) $(GTKGLEXT_LIBS) $(LIBGLADE_LIBS) \ $(GTHREAD_LIBS) $(ALSA_LIBS) $(LIBAGG_LIBS) \ $(LIBSOUNDTOUCH_LIBS) -if HAVE_GDB_STUB -desmume_glade_LDADD += ../gdbstub/libgdbstub.a -endif diff --git a/desmume/src/frontend/posix/gtk-glade/main.cpp b/desmume/src/frontend/posix/gtk-glade/main.cpp index 11469aaaa..623b1a246 100755 --- a/desmume/src/frontend/posix/gtk-glade/main.cpp +++ b/desmume/src/frontend/posix/gtk-glade/main.cpp @@ -33,7 +33,7 @@ #ifdef GDB_STUB #include "../armcpu.h" -#include "../gdbstub/gdbstub.h" +#include "../gdbstub.h" #endif #ifdef GTKGLEXT_AVAILABLE