Makefile.am includes utilsGTK.*

Hopefully passes CI now. Make systems are hard.
This commit is contained in:
En-En 2024-10-14 22:11:27 -05:00
parent c9461e8374
commit ee9f38df4e
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ desmume_SOURCES = \
desmume.h desmume.cpp \
dTool.h dToolsList.cpp \
tools/ioregsView.cpp tools/ioregsView.h \
utilsGTK.h utilsGTK.cpp \
cheatsGTK.h cheatsGTK.cpp \
main.cpp main.h

View File

@ -21,6 +21,7 @@ desmume_SOURCES = \
desmume.h desmume.cpp \
dTool.h dToolsList.cpp \
tools/ioregsView.cpp tools/ioregsView.h \
utilsGTK.h utilsGTK.cpp \
cheatsGTK.h cheatsGTK.cpp \
main.cpp main.h