diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-22 17:20:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-22 17:20:55 +0300 |
commit | 9f9cd2316adc6d74ef5a67b02b7586d0e5f15453 (patch) | |
tree | e38d2aaa2de190b329c89dc036a716a9de4f2bd9 /src/Makefile.am | |
parent | 02f6190bfd37903a0ad95226587cf4473b88332f (diff) | |
download | plus-9f9cd2316adc6d74ef5a67b02b7586d0e5f15453.tar.gz plus-9f9cd2316adc6d74ef5a67b02b7586d0e5f15453.tar.bz2 plus-9f9cd2316adc6d74ef5a67b02b7586d0e5f15453.tar.xz plus-9f9cd2316adc6d74ef5a67b02b7586d0e5f15453.zip |
Move touchactiondata 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 3d27a9691..55a5c4953 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -593,6 +593,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ gui/theme.cpp \ gui/theme.h \ gui/themeinfo.h \ + gui/touchactiondata.cpp \ + gui/touchactiondata.h \ gui/windows/tradewindow.cpp \ gui/windows/tradewindow.h \ gui/windows/unregisterdialog.cpp \ |