diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 20:07:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-04 20:07:58 +0300 |
commit | a6c31640303618601c8520c13f1565e8ed816447 (patch) | |
tree | 05424b61d17053d38d1c8972953e4560f17e914f /src/Makefile.am | |
parent | 60745b8038b18d4b7b7198a03547676b92988426 (diff) | |
download | mv-a6c31640303618601c8520c13f1565e8ed816447.tar.gz mv-a6c31640303618601c8520c13f1565e8ed816447.tar.bz2 mv-a6c31640303618601c8520c13f1565e8ed816447.tar.xz mv-a6c31640303618601c8520c13f1565e8ed816447.zip |
Move layouttype into enums directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 360b20e14..d7c0022ff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -242,7 +242,7 @@ SRC += events/actionevent.h \ gui/widgets/layoutcell.h \ gui/widgets/layouthelper.cpp \ gui/widgets/layouthelper.h \ - gui/widgets/layouttype.h \ + enums/gui/layouttype.h \ gui/widgets/linepart.cpp \ gui/widgets/linepart.h \ gui/widgets/linkhandler.h \ |