diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-14 22:34:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-14 22:34:39 +0300 |
commit | e149243eb20a1bb74657914122bcabc01de2ae36 (patch) | |
tree | 28df950c01da2d3d357204c0273531607b682e35 /src/Makefile.am | |
parent | 4e7b98accb8f6fa927711174e4ee82a731317c74 (diff) | |
download | plus-e149243eb20a1bb74657914122bcabc01de2ae36.tar.gz plus-e149243eb20a1bb74657914122bcabc01de2ae36.tar.bz2 plus-e149243eb20a1bb74657914122bcabc01de2ae36.tar.xz plus-e149243eb20a1bb74657914122bcabc01de2ae36.zip |
Move enum from layout into separate file.
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 ee08b6c4a..69f58ab06 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -279,6 +279,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/widgets/layoutcell.h \ gui/widgets/layouthelper.cpp \ gui/widgets/layouthelper.h \ + gui/widgets/layouttype.h \ gui/widgets/linepart.cpp \ gui/widgets/linepart.h \ gui/widgets/linkhandler.h \ |