fix gdbstub compiling in posix frontend. didnt really test it... should fix #73

This commit is contained in:
zeromus 2017-07-03 09:37:45 -05:00
parent c37e892090
commit ee235d2abc
2 changed files with 2 additions and 6 deletions

View File

@ -256,6 +256,3 @@ if HAVE_LUA
AM_CPPFLAGS += $(LUA_CFLAGS)
libdesmume_a_SOURCES += lua-engine.cpp
endif
if HAVE_GDB_STUB
libdesmume_a_SOURCES += gdbstub.h
endif

View File

@ -1,7 +1,5 @@
include desmume.mk
# TODO: readd gdbstub. just do it as sources, no autotools cruft
AM_CPPFLAGS += $(SDL_CFLAGS) $(GTHREAD_CFLAGS) $(X_CFLAGS) $(ALSA_CFLAGS) $(LIBAGG_CFLAGS) $(LIBSOUNDTOUCH_CFLAGS)
@ -239,6 +237,7 @@ AM_CPPFLAGS += $(LUA_CFLAGS)
libdesmume_a_SOURCES += ../../lua-engine.cpp
endif
if HAVE_GDB_STUB
libdesmume_a_SOURCES += ../../gdbstub/gdbstub.cpp
libdesmume_a_SOURCES += ../../gdbstub/gdbstub_internal.h
libdesmume_a_SOURCES += ../../gdbstub.h
libdesmume_a_SOURCES += ../../gdbstub/gdbstub.h
endif