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 /src/Makefile.am | |
parent | fb8885f31122ca020ef61f540b44cca126653d15 (diff) | |
download | plus-287f1e930a70163b9e20a320a7d8a66e0908ce2f.tar.gz plus-287f1e930a70163b9e20a320a7d8a66e0908ce2f.tar.bz2 plus-287f1e930a70163b9e20a320a7d8a66e0908ce2f.tar.xz plus-287f1e930a70163b9e20a320a7d8a66e0908ce2f.zip |
Fix make files.
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 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 \ |