diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 14:20:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 14:20:42 +0300 |
commit | 813c0ece9e8063badf15f53ac5e0a759dcaa6d73 (patch) | |
tree | eed694fd9b7eca35dbfe39d5980b5402509da2f9 /src/Makefile.am | |
parent | abbe2e84657fdb3afc6f07b6df82918938862fd8 (diff) | |
download | plus-813c0ece9e8063badf15f53ac5e0a759dcaa6d73.tar.gz plus-813c0ece9e8063badf15f53ac5e0a759dcaa6d73.tar.bz2 plus-813c0ece9e8063badf15f53ac5e0a759dcaa6d73.tar.xz plus-813c0ece9e8063badf15f53ac5e0a759dcaa6d73.zip |
Add missing files into make files.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 73a69231b..3efaea9c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -163,6 +163,7 @@ manaplus_SOURCES += events/actionevent.h \ events/keyevent.h \ listeners/keylistener.h \ gui/models/listmodel.h \ + gui/models/magicschoolmodel.h \ events/mouseevent.h \ listeners/mouselistener.h \ gui/rectangle.h \ @@ -203,6 +204,7 @@ manaplus_SOURCES += events/actionevent.h \ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/avatarlistbox.h \ + gui/models/avatarlistmodel.h \ gui/models/beingslistmodel.h \ gui/models/colorlistmodel.h \ gui/widgets/tabs/battletab.cpp \ @@ -242,6 +244,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/models/fontsmodel.h \ gui/models/iconsmodel.h \ gui/models/ignorechoiceslistmodel.h \ + gui/models/itemsmodel.h \ gui/widgets/flowcontainer.cpp \ gui/widgets/flowcontainer.h \ gui/widgets/tabs/gmtab.cpp \ @@ -282,6 +285,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/models/namesmodel.cpp \ gui/models/namesmodel.h \ gui/models/playerrelationlistmodel.h \ + gui/models/questsmodel.h \ + gui/models/serverslistmodel.h \ gui/widgets/passwordfield.cpp \ gui/widgets/passwordfield.h \ gui/widgets/playerbox.cpp \ @@ -321,6 +326,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/models/skillmodel.cpp \ gui/models/skillmodel.h \ gui/models/sortlistmodelbuy.h \ + gui/models/sortlistmodelinv.h \ gui/models/soundsmodel.h \ gui/widgets/slider.cpp \ gui/widgets/slider.h \ @@ -332,6 +338,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/tabbedarea.h \ gui/models/tablemodel.cpp \ gui/models/tablemodel.h \ + gui/models/targettypemodel.h \ gui/models/touchactionmodel.cpp \ gui/models/touchactionmodel.h \ gui/models/typelistmodel.h \ |