diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-06 18:56:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-06 18:56:09 +0300 |
commit | 287f1e930a70163b9e20a320a7d8a66e0908ce2f (patch) | |
tree | 0ebf3907496ea710f27e817f24fe0273567e1344 | |
parent | fb8885f31122ca020ef61f540b44cca126653d15 (diff) | |
download | plus-287f1e930a70163b9e20a320a7d8a66e0908ce2f.tar.gz plus-287f1e930a70163b9e20a320a7d8a66e0908ce2f.tar.bz2 plus-287f1e930a70163b9e20a320a7d8a66e0908ce2f.tar.xz plus-287f1e930a70163b9e20a320a7d8a66e0908ce2f.zip |
Fix make files.
-rw-r--r-- | src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6e3e6f0c3..859fbcc28 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1099,7 +1099,7 @@ SET(SRCS gui/color.cpp gui/color.h gui/colorpair.h - gui/dialogtype.h + enums/gui/dialogtype.h listeners/errorlistener.cpp listeners/errorlistener.h listeners/widgetdeathlistener.h diff --git a/src/Makefile.am b/src/Makefile.am index e557f59fe..6aff611d9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -181,7 +181,7 @@ manaplus_SOURCES += events/actionevent.h \ enums/gui/chatmsgtype.h \ gui/cliprect.h \ gui/color.h \ - gui/dialogtype.h \ + enums/gui/dialogtype.h \ listeners/errorlistener.cpp \ listeners/errorlistener.h \ listeners/widgetdeathlistener.h \ |