diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 19:46:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 19:46:24 +0300 |
commit | 8035bc3225899800c239689c32503542f97dd19d (patch) | |
tree | 0723d957c6eff434a4bb23ffdbc1cfbfce9e43ee /src/Makefile.am | |
parent | 821c0727d1b39ebd43a15fe1b0a680557d539365 (diff) | |
download | mv-8035bc3225899800c239689c32503542f97dd19d.tar.gz mv-8035bc3225899800c239689c32503542f97dd19d.tar.bz2 mv-8035bc3225899800c239689c32503542f97dd19d.tar.xz mv-8035bc3225899800c239689c32503542f97dd19d.zip |
Move textchunklist into separate file.
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 8e325261f..e2df5a905 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -526,6 +526,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/fonts/font.h \ gui/fonts/textchunk.cpp \ gui/fonts/textchunk.h \ + gui/fonts/textchunklist.cpp \ + gui/fonts/textchunklist.h \ gui/fonts/textchunksmall.cpp \ gui/fonts/textchunksmall.h \ gui/windows/shopwindow.cpp \ |