diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-16 20:56:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-16 20:56:05 +0300 |
commit | f99ae9f63edfdd37a20cf53957861460be5e1116 (patch) | |
tree | ecaeb2512078b13e9bbd8c5c0b333a6123b8b45f /src | |
parent | 1835588f29ba1e304a225f3f37f7ae7be85bad16 (diff) | |
download | plus-f99ae9f63edfdd37a20cf53957861460be5e1116.tar.gz plus-f99ae9f63edfdd37a20cf53957861460be5e1116.tar.bz2 plus-f99ae9f63edfdd37a20cf53957861460be5e1116.tar.xz plus-f99ae9f63edfdd37a20cf53957861460be5e1116.zip |
Fix dyetool compilation.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5ebff5069..2841837c7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -351,6 +351,8 @@ SRC += events/actionevent.h \ resources/openglimagehelper.h \ resources/openglscreenshothelper.cpp \ resources/openglscreenshothelper.h \ + resources/mobileopenglscreenshothelper.cpp \ + resources/mobileopenglscreenshothelper.h \ resources/questeffect.h \ resources/questitem.h \ resources/questitemtext.h \ @@ -1152,8 +1154,6 @@ manaplus_SOURCES += main.cpp \ enums/resources/map/mapitemtype.h \ resources/mapreader.cpp \ resources/mapreader.h \ - resources/mobileopenglscreenshothelper.cpp \ - resources/mobileopenglscreenshothelper.h \ resources/modinfo.cpp \ resources/modinfo.h \ resources/beingcommon.cpp \ |