diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:53:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:53:08 -0600 |
commit | 1d166accf42ea52c5fca931ef4852822dd605fd6 (patch) | |
tree | 53d93834f8a28cbfa6f95149f836fa865ddf392f /src/CMakeLists.txt | |
parent | b85b744fad09538d45f9deca07a219f174334c04 (diff) | |
download | kile-1d166accf42ea52c5fca931ef4852822dd605fd6.tar.gz kile-1d166accf42ea52c5fca931ef4852822dd605fd6.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/CMakeLists.txt')
-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 7c7b1b9..eb126a4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -127,7 +127,7 @@ ADD_SUBDIRECTORY( kile ) INSTALL( FILES x-kilepr.desktop DESTINATION share/mimelink/text ) -INSTALL( FILES kile.upd kile1.6_upd.pl kile1.7_upd.pl kile1.9_upd.pl kile1.9-1_upd.pl kile2.0-1_upd.pl kile2.0-2_upd.pl kile2.0-3_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl DESTINATION share/apps/kconf_update ) +INSTALL( FILES kile.upd kile1.6_upd.pl kile1.7_upd.pl kile1.9_upd.pl kile1.9-1_upd.pl kile2.0-1_upd.pl kile2.0-2_upd.pl kile2.0-3_upd.pl kile2.0-4_upd.pl kile2.0-5_upd.pl DESTINATION share/apps/tdeconf_update ) IF( KILE_VERSION ) SET(_KILE_SPECIAL_DOC_DIR "share/doc/kile-${KILE_VERSION}") |