From 80393e2a7b4ebc62d4210a8d96d788652ba9af14 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 5 Oct 2010 23:47:35 +0000 Subject: Link cmake directory to Trinity modifiable shared cmake SVN folder git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182910 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- cmake/modules/template_libtool_file.cmake | 35 ------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 cmake/modules/template_libtool_file.cmake (limited to 'cmake/modules/template_libtool_file.cmake') diff --git a/cmake/modules/template_libtool_file.cmake b/cmake/modules/template_libtool_file.cmake deleted file mode 100644 index 62ccf5372..000000000 --- a/cmake/modules/template_libtool_file.cmake +++ /dev/null @@ -1,35 +0,0 @@ -# @_laname@ - a libtool library file -# Generated by CMake -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# The name that we can dlopen(3). -dlname='@_library_name_2@' - -# Names of this library. -library_names='@_library_name_1@ @_library_name_2@ @_library_name_3@' - -# The name of the static archive. -old_library='' - -# Libraries that this one depends upon. -dependency_libs='' - -# Version information for @_name@. -current=@_version_current@ -age=@_version_age@ -revision=@_version_revision@ - -# Is this an already installed library? -installed=yes - -# Should we warn about portability when linking against -modules? -shouldnotlink=@_shouldnotlink@ - -# Files to dlopen/dlpreopen -dlopen='' -dlpreopen='' - -# Directory that this library needs to be installed in: -libdir='@_libdir@' -- cgit v1.2.3