diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-10 02:21:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-10 02:22:51 +0300 |
commit | d4106529d69071664d6532c70a21c70da134681c (patch) | |
tree | b9770f2c6121bbc88085a954dce8ac64a06959a8 /src/Makefile.am | |
parent | 93a30ec5dd65df6f91e028e68f18d6a7965240da (diff) | |
download | plus-d4106529d69071664d6532c70a21c70da134681c.tar.gz plus-d4106529d69071664d6532c70a21c70da134681c.tar.bz2 plus-d4106529d69071664d6532c70a21c70da134681c.tar.xz plus-d4106529d69071664d6532c70a21c70da134681c.zip |
Move cursor related code into sdlsharedhelper.
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 aa6a254c1..ba54d8d25 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -131,6 +131,8 @@ SRC += events/actionevent.h \ listeners/statlistener.h \ listeners/tablemodellistener.h \ utils/sdlpixel.h \ + utils/sdlsharedhelper.cpp \ + utils/sdlsharedhelper.h \ gui/widgets/widget.h \ listeners/weightlistener.h \ listeners/widgetlistener.h \ |