Lines 1-21
Link Here
|
1 |
--- ./msn/CMakeLists.txt 2010-01-05 10:07:08.000000000 -0200 |
|
|
2 |
+++ ./msn/CMakeLists.txt 2011-11-13 21:57:47.000000000 -0200 |
3 |
@@ -40,7 +40,8 @@ set(msn_HEADERS |
4 |
soap.h |
5 |
p2p.h |
6 |
msnobject.h |
7 |
- libmsn_export.h) |
8 |
+ libmsn_export.h |
9 |
+ xmlParser.h) |
10 |
|
11 |
set(siren_STAT_SRCS |
12 |
libsiren/common.cpp |
13 |
@@ -63,7 +64,7 @@ set(siren_HEADERS |
14 |
) |
15 |
add_library(msn SHARED ${msn_STAT_SRCS} ${siren_STAT_SRCS}) |
16 |
set_target_properties(msn PROPERTIES VERSION 0.3.0 |
17 |
- SOVERSION 0.3 |
18 |
+ SOVERSION 0 |
19 |
) |
20 |
|
21 |
if(NOT WIN32) |