summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-24 21:37:03 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-29 16:12:41 +0300
commit9234bf25b145995d5395f98a1f5dd030783d25d6 (patch)
tree3f679edc308488057dc5d044698c053de6b4e36c /src/Makefile.am
parent2f351b828f4155f93566d685eb99416e32cba7d0 (diff)
downloadplus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.gz
plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.bz2
plus-9234bf25b145995d5395f98a1f5dd030783d25d6.tar.xz
plus-9234bf25b145995d5395f98a1f5dd030783d25d6.zip
Add quests netcode and quests window.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bfb0718cb..ada4d657b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -139,6 +139,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/widgets/extendedlistbox.cpp \
gui/widgets/extendedlistbox.h \
gui/widgets/extendedlistmodel.h \
+ gui/widgets/extendednamesmodel.cpp \
+ gui/widgets/extendednamesmodel.h \
gui/widgets/flowcontainer.cpp \
gui/widgets/flowcontainer.h \
gui/widgets/guildchattab.cpp \
@@ -303,6 +305,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \
gui/palette.h \
gui/popupmenu.cpp \
gui/popupmenu.h \
+ gui/questswindow.cpp \
+ gui/questswindow.h \
gui/quitdialog.cpp \
gui/quitdialog.h \
gui/registerdialog.cpp \
@@ -726,6 +730,8 @@ manaplus_SOURCES += \
net/tmwa/playerhandler.cpp \
net/tmwa/playerhandler.h \
net/tmwa/protocol.h \
+ net/tmwa/questhandler.cpp \
+ net/tmwa/questhandler.h \
net/tmwa/specialhandler.cpp \
net/tmwa/specialhandler.h \
net/tmwa/tradehandler.cpp \