diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-16 20:39:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-16 20:39:17 +0300 |
commit | 1835588f29ba1e304a225f3f37f7ae7be85bad16 (patch) | |
tree | f3f4ff0c6652cd5a58746bdc0123d8db786ffd97 /src/Makefile.am | |
parent | 3bc086323f5d81011b6ecb628afabaad881f5741 (diff) | |
download | plus-1835588f29ba1e304a225f3f37f7ae7be85bad16.tar.gz plus-1835588f29ba1e304a225f3f37f7ae7be85bad16.tar.bz2 plus-1835588f29ba1e304a225f3f37f7ae7be85bad16.tar.xz plus-1835588f29ba1e304a225f3f37f7ae7be85bad16.zip |
Add mobileopenglscreenshothelper.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4eb3066e3..5ebff5069 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1152,6 +1152,8 @@ 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 \ |