Fix CMake variables 22/40822/4
authorLukasz Kostyra <l.kostyra@samsung.com>
Tue, 9 Jun 2015 08:55:03 +0000 (10:55 +0200)
committerLukasz Kostyra <l.kostyra@samsung.com>
Tue, 9 Jun 2015 12:26:20 +0000 (14:26 +0200)
commit10a140ebdb5ab5c3482d26f569b1e84a4c3dc463
treebc73aba6d244cd59da9316bdffb2cbb6045c0264
parent48f17bbffc27fe5cc6d9491bdccdb6fcd5c42777
Fix CMake variables

[Bug]           * systemd service/socket files should be in /usr/local/lib, while
                  compiled libraries should reside in /usr/local/lib64 on 64-bit
                  systems.
                * Two sockets were created - one by systemd service, one by vasum
                  IPC mechanisms.
[Cause]         N/A
[Solution]      Rename vasum-ipc.socket to vasum.socket
                Correct variables regarding library and systemd file locations
[Verification]  Build, install, run tests, run vasum-cli, check file locations and
                service files.

Change-Id: I54681eaebd00b1aec547617a2ea51b0675c24ec3
CMakeLists.txt
server/configs/CMakeLists.txt
server/configs/systemd/vasum.socket.in [moved from server/configs/systemd/vasum.socket with 73% similarity]