diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-18 21:36:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-18 21:36:26 +0300 |
commit | 55ff7fa3903b470ea7b4c74fb371252ec67e5e33 (patch) | |
tree | 2ed89159e8ac64744ae6ddae602adc7a0c3b7866 /src/Makefile.am | |
parent | 49a7df51386e49d51b7bdd626265f61be3833a3d (diff) | |
download | plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.tar.gz plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.tar.bz2 plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.tar.xz plus-55ff7fa3903b470ea7b4c74fb371252ec67e5e33.zip |
Move textureatlas into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c9bc36ef4..566efaffc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -99,6 +99,7 @@ dyecmd_SOURCES += dyetool/dyemain.cpp \ resources/subimage.h \ resources/surfaceimagehelper.cpp \ resources/surfaceimagehelper.h \ + resources/textureatlas.h \ resources/updatefile.h \ resources/spritedef.cpp \ resources/spritedef.h \ |