diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 19:25:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 19:25:52 +0300 |
commit | 821c0727d1b39ebd43a15fe1b0a680557d539365 (patch) | |
tree | c97175e5db65967c69e5cf68adffcc6f58c71a43 /src/Makefile.am | |
parent | a3eae284bfdb06ea5501230705f19e75e6a0173d (diff) | |
download | plus-821c0727d1b39ebd43a15fe1b0a680557d539365.tar.gz plus-821c0727d1b39ebd43a15fe1b0a680557d539365.tar.bz2 plus-821c0727d1b39ebd43a15fe1b0a680557d539365.tar.xz plus-821c0727d1b39ebd43a15fe1b0a680557d539365.zip |
Move textchunk 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 bd172ca87..8e325261f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -524,6 +524,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/setupactiondata.h \ gui/fonts/font.cpp \ gui/fonts/font.h \ + gui/fonts/textchunk.cpp \ + gui/fonts/textchunk.h \ gui/fonts/textchunksmall.cpp \ gui/fonts/textchunksmall.h \ gui/windows/shopwindow.cpp \ |