diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index abb65f338..31ce74d41 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -490,6 +490,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ test/testlauncher.h \ test/testmain.cpp \ test/testmain.h \ + actionmanager.cpp \ + actionmanager.h \ actor.cpp \ actor.h \ actorsprite.cpp \ @@ -563,6 +565,10 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ spellshortcut.h \ textcommand.cpp \ textcommand.h \ + inputevent.cpp \ + inputevent.h \ + inputmanager.cpp \ + inputmanager.h \ joystick.cpp \ joystick.h \ keyboardconfig.cpp \ |