diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-17 22:03:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-17 22:03:30 +0300 |
commit | df9a970a5109002f2eab7907718976dfb810803b (patch) | |
tree | 46528c38541f2d48934fd6bccde98f16ece52f88 /src/Makefile.am | |
parent | 022e1967837a9e065f88ba5036381c54448b203c (diff) | |
download | mv-df9a970a5109002f2eab7907718976dfb810803b.tar.gz mv-df9a970a5109002f2eab7907718976dfb810803b.tar.bz2 mv-df9a970a5109002f2eab7907718976dfb810803b.tar.xz mv-df9a970a5109002f2eab7907718976dfb810803b.zip |
Move vector class into resources directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c4acb8f8e..9ba65e2f2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -905,8 +905,8 @@ BASE_SRC += client.h \ input/touch/touchmanager.cpp \ input/touch/touchmanager.h \ variabledata.h \ - vector.cpp \ - vector.h \ + resources/vector.cpp \ + resources/vector.h \ net/ipc.cpp \ net/ipc.h \ net/sdltcpnet.cpp \ |