diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-23 12:51:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-23 12:53:58 +0300 |
commit | a82f24070bc8d11f0fd487a18df0c73c63a0742c (patch) | |
tree | f3cb2027d19627971707f7df5a75c3033bd0d0fd /src/Makefile.am | |
parent | 2da15d7db0aa51bf2d64802fdeee08b0b8a5a161 (diff) | |
download | plus-a82f24070bc8d11f0fd487a18df0c73c63a0742c.tar.gz plus-a82f24070bc8d11f0fd487a18df0c73c63a0742c.tar.bz2 plus-a82f24070bc8d11f0fd487a18df0c73c63a0742c.tar.xz plus-a82f24070bc8d11f0fd487a18df0c73c63a0742c.zip |
Move typelistmodel into gui/model directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 56840ea85..4db3f1fa5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -331,6 +331,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/models/tablemodel.h \ gui/models/touchactionmodel.cpp \ gui/models/touchactionmodel.h \ + gui/models/typelistmodel.h \ gui/models/updatetypemodel.h \ gui/models/updatelistmodel.h \ gui/models/worldlistmodel.h \ |