From 8248cfcbb25dc14c81bd9673c8b3642ce98ea495 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Mon, 3 Apr 2017 14:10:17 +0200 Subject: Make FHS compliant, split RPMs, fix compilation on older GCCs --- xmpp-vala/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'xmpp-vala') 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 -- cgit v1.2.3-54-g00ecf