summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-07-24 13:54:06 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-07-24 13:54:06 +0000
commit8e3fad97a5df4bfc706b0246794b00428bd207e0 (patch)
tree92b36ee0b3180544464ed4ec3109efebc34979dc /src/Makefile.am
parentdc5d9dee3f3f726d463f5f23f5902d1d0373df93 (diff)
downloadmana-client-8e3fad97a5df4bfc706b0246794b00428bd207e0.tar.gz
mana-client-8e3fad97a5df4bfc706b0246794b00428bd207e0.tar.bz2
mana-client-8e3fad97a5df4bfc706b0246794b00428bd207e0.tar.xz
mana-client-8e3fad97a5df4bfc706b0246794b00428bd207e0.zip
Fixed initialization order and added setup_keyboard.* and keyboardconfig.* to
the list of source files. Also set some missing Subversion properties.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4f524373..3d801721 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -87,6 +87,8 @@ tmw_SOURCES = gui/widgets/resizegrip.cpp \
gui/setup.h \
gui/setup_joystick.cpp \
gui/setup_joystick.h \
+ gui/setup_keyboard.cpp \
+ gui/setup_keyboard.h \
gui/setuptab.h \
gui/setup_video.cpp \
gui/setup_video.h \
@@ -242,6 +244,8 @@ tmw_SOURCES = gui/widgets/resizegrip.cpp \
item.h \
joystick.cpp \
joystick.h \
+ keyboardconfig.cpp \
+ keyboardconfig.h \
localplayer.cpp \
localplayer.h \
lockedarray.h \