diff options
| author | Laurent Montel <montel@kde.org> | 2006-02-07 11:18:58 +0000 | 
|---|---|---|
| committer | Laurent Montel <montel@kde.org> | 2006-02-07 11:18:58 +0000 | 
| commit | d472dffcbd1d4629394dea7517d409163011252e (patch) | |
| tree | 9a070853fb67d3a46b910775b3a7c0959b6aa10b /am2cmake | |
| parent | 455902e5dc8299b22fa6087f8fc2d756146f8515 (diff) | |
| download | extra-cmake-modules-d472dffcbd1d4629394dea7517d409163011252e.tar.gz extra-cmake-modules-d472dffcbd1d4629394dea7517d409163011252e.tar.bz2  | |
Fix bad commit
svn path=/trunk/KDE/kdelibs/; revision=506639
Diffstat (limited to 'am2cmake')
| -rwxr-xr-x | am2cmake | 6 | 
1 files changed, 2 insertions, 4 deletions
@@ -850,12 +850,10 @@ class CMakeFile           elsif buildTarget.type==Part              if buildTarget.stdPrefix                 file.printf("kde4_add_plugin(%s WITH_PREFIX ${%s})\n\n", buildTarget.name, srcsName) - -kde4_create_libtool_file( / ) +			   file.printf("kde4_create_libtool_file( %s  / )\n\n", buildTarget.name)              else                 file.printf("kde4_add_plugin(%s ${%s})\n\n", buildTarget.name, srcsName) - -kde4_create_libtool_file( / ) +			   file.printf("kde4_create_libtool_file( %s  / )\n\n", buildTarget.name)              end              file.printf("target_link_libraries(%s ", buildTarget.name)              buildTarget.libs.each { |currentLib| file.printf(" %s", currentLib) }  | 
