diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-22 23:35:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-22 23:35:31 +0300 |
commit | 5bd149387fe8ce35915e9c58d35938eb03b99051 (patch) | |
tree | 51ee1f65521d1542366e5931248759a9e7636e1b /src/Makefile.am | |
parent | 5c53d50e9da718690e3f8d055ecd3bf10a866267 (diff) | |
download | plus-5bd149387fe8ce35915e9c58d35938eb03b99051.tar.gz plus-5bd149387fe8ce35915e9c58d35938eb03b99051.tar.bz2 plus-5bd149387fe8ce35915e9c58d35938eb03b99051.tar.xz plus-5bd149387fe8ce35915e9c58d35938eb03b99051.zip |
Move soundsmodel into gui/models 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 7de2a97d0..931a5da9f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -317,6 +317,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/skillinfo.h \ gui/models/skillmodel.cpp \ gui/models/skillmodel.h \ + gui/models/soundsmodel.h \ gui/widgets/slider.cpp \ gui/widgets/slider.h \ gui/widgets/sliderlist.cpp \ |