fix --enable-gdbstub
This commit is contained in:
parent
490c7e917c
commit
b976584451
|
@ -35,6 +35,3 @@ desmume_glade_LDADD = ../libdesmume.a \
|
||||||
$(SDL_LIBS) $(GTKGLEXT_LIBS) $(LIBGLADE_LIBS) \
|
$(SDL_LIBS) $(GTKGLEXT_LIBS) $(LIBGLADE_LIBS) \
|
||||||
$(GTHREAD_LIBS) $(ALSA_LIBS) $(LIBAGG_LIBS) \
|
$(GTHREAD_LIBS) $(ALSA_LIBS) $(LIBAGG_LIBS) \
|
||||||
$(LIBSOUNDTOUCH_LIBS)
|
$(LIBSOUNDTOUCH_LIBS)
|
||||||
if HAVE_GDB_STUB
|
|
||||||
desmume_glade_LDADD += ../gdbstub/libgdbstub.a
|
|
||||||
endif
|
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#ifdef GDB_STUB
|
#ifdef GDB_STUB
|
||||||
#include "../armcpu.h"
|
#include "../armcpu.h"
|
||||||
#include "../gdbstub/gdbstub.h"
|
#include "../gdbstub.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef GTKGLEXT_AVAILABLE
|
#ifdef GTKGLEXT_AVAILABLE
|
||||||
|
|
Loading…
Reference in New Issue