Don't include git tag in .so suffix
authorBrenden Blanco <bblanco@plumgrid.com>
Fri, 11 Sep 2015 23:36:00 +0000 (16:36 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Fri, 11 Sep 2015 23:38:59 +0000 (16:38 -0700)
commit3ef9ef34ba6a7137934c6eeb11e455c8c8677a9d
tree74356f06e40d8a360aaafda78f101a7fefe1b9cf
parente292255e6fcdba68cb0e051f67c8187ba6cb3a48
Don't include git tag in .so suffix

The git hash was being include in the shared library name. This leads to
polution of the /usr/lib directory. Instead, just use the latest tag in
the library suffix.

As a developer, you will need to clean up the /usr/lib/libbcc* files
whenever a new tag is created.

Fixes: #207
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
src/cc/CMakeLists.txt