summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2006-03-19 00:48:10 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2006-03-19 00:48:10 +0000
commit59399a274c694e9dc467149828b57f47794eeaeb (patch)
treec0cf39e6ebc93093c8e0746ce713b354aa7889c7 /src/Makefile.am
parentd5e9f527c4113dfa196448d5f8ca9e63774ab691 (diff)
downloadmana-client-59399a274c694e9dc467149828b57f47794eeaeb.tar.gz
mana-client-59399a274c694e9dc467149828b57f47794eeaeb.tar.bz2
mana-client-59399a274c694e9dc467149828b57f47794eeaeb.tar.xz
mana-client-59399a274c694e9dc467149828b57f47794eeaeb.zip
Splitted setup window into manageable pieces according to their tabs in the window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply".
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cee6a95a..e4fef745 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,8 +81,15 @@ tmw_SOURCES = graphic/spriteset.cpp \
gui/scrollarea.h \
gui/sell.cpp \
gui/sell.h \
+ gui/setup_audio.cpp \
+ gui/setup_audio.h \
gui/setup.cpp \
gui/setup.h \
+ gui/setup_joystick.cpp \
+ gui/setup_joystick.h \
+ gui/setuptab.h \
+ gui/setup_video.cpp \
+ gui/setup_video.h \
gui/shop.cpp \
gui/shop.h \
gui/skill.cpp \