diff options
author | Marvin W <git@larma.de> | 2017-04-03 14:10:17 +0200 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-04-03 15:05:39 +0200 |
commit | 8248cfcbb25dc14c81bd9673c8b3642ce98ea495 (patch) | |
tree | 21ec03ad902b001c3e84c428a31e10f62ad18614 /xmpp-vala | |
parent | 22adbd38dca0868f0e10754314a3859bba0a7d87 (diff) | |
download | dino-8248cfcbb25dc14c81bd9673c8b3642ce98ea495.tar.gz dino-8248cfcbb25dc14c81bd9673c8b3642ce98ea495.zip |
Make FHS compliant, split RPMs, fix compilation on older GCCs
Diffstat (limited to 'xmpp-vala')
-rw-r--r-- | xmpp-vala/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmpp-vala/CMakeLists.txt b/xmpp-vala/CMakeLists.txt index 3294b472..7c8ce6e6 100644 --- a/xmpp-vala/CMakeLists.txt +++ b/xmpp-vala/CMakeLists.txt @@ -67,6 +67,7 @@ GENERATE_HEADER add_definitions(${VALA_CFLAGS}) add_library(xmpp-vala SHARED ${ENGINE_VALA_C}) target_link_libraries(xmpp-vala ${ENGINE_PACKAGES}) +set_target_properties(xmpp-vala PROPERTIES VERSION 0.1 SOVERSION 0) add_custom_target(xmpp-vala-vapi DEPENDS |