summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-29 00:59:00 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-29 00:59:00 +0300
commit38e782f30d15a0fceabf863e40ffe66124cef8a8 (patch)
tree360d96948ddef2d4c506d8e4760be24de89a7dd2 /src/Makefile.am
parentb5ffd5541fabee632acc2979d9dafc84e60aa3d8 (diff)
downloadplus-38e782f30d15a0fceabf863e40ffe66124cef8a8.tar.gz
plus-38e782f30d15a0fceabf863e40ffe66124cef8a8.tar.bz2
plus-38e782f30d15a0fceabf863e40ffe66124cef8a8.tar.xz
plus-38e782f30d15a0fceabf863e40ffe66124cef8a8.zip
Move touchmanager into touch directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 10f5afb7a..51322dbf2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -654,8 +654,8 @@ SRC += events/actionevent.h \
textmanager.h \
touchactions.cpp \
touchactions.h \
- touchmanager.cpp \
- touchmanager.h \
+ input/touch/touchmanager.cpp \
+ input/touch/touchmanager.h \
variabledata.h \
vector.cpp \
vector.h \