diff options
| author | Allen Winter <[email protected]> | 2007-12-06 16:55:50 +0000 |
|---|---|---|
| committer | Allen Winter <[email protected]> | 2007-12-06 16:55:50 +0000 |
| commit | 04948c542adc5a66703fb9ad484448f7d671700c (patch) | |
| tree | f365167fc077e877b6b4b42b459a588e93f0949b /src | |
| parent | 848b3eb6219706b7e83ad1567087c40144b92827 (diff) | |
use the ${GENERIC_LIB_VERSION} and ${GENERIC_SOLIB_VERSION} macros to help keep
with library versioning consistency into the future.
ok'd by dfaure.
svn path=/trunk/KDE/kdebase/apps/; revision=745632
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c20251786..a07cdf255 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,7 +46,7 @@ if (Nepomuk_FOUND) endif (Nepomuk_FOUND) -set_target_properties(dolphinprivate PROPERTIES VERSION 1.0.0 SOVERSION 1 ) +set_target_properties(dolphinprivate PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} ) install(TARGETS dolphinprivate DESTINATION ${LIB_INSTALL_DIR}) |
