summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-17 19:25:52 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-17 19:25:52 +0300
commit821c0727d1b39ebd43a15fe1b0a680557d539365 (patch)
treec97175e5db65967c69e5cf68adffcc6f58c71a43 /src/Makefile.am
parenta3eae284bfdb06ea5501230705f19e75e6a0173d (diff)
downloadplus-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.am2
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 \