fix --enable-gdbstub

This commit is contained in:
Ingo Saitz 2018-04-18 11:12:43 +02:00
parent 490c7e917c
commit b976584451
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -33,7 +33,7 @@
#ifdef GDB_STUB
#include "../armcpu.h"
#include "../gdbstub/gdbstub.h"
#include "../gdbstub.h"
#endif
#ifdef GTKGLEXT_AVAILABLE