diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:30 +0200 |
commit | 576f333520bedd30f85c01960437dd25a6eaa810 (patch) | |
tree | a4004633712c16c778f195260c5740f9e265115b /tdeio_ftps/Makefile.am | |
parent | eb745a7ef2718003f7e53f8dcf50b38e45dd3855 (diff) | |
download | tdeio-ftps-576f333520bedd30f85c01960437dd25a6eaa810.tar.gz tdeio-ftps-576f333520bedd30f85c01960437dd25a6eaa810.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeio_ftps/Makefile.am')
-rw-r--r-- | tdeio_ftps/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio_ftps/Makefile.am b/tdeio_ftps/Makefile.am index 651c0ed..f18fad9 100644 --- a/tdeio_ftps/Makefile.am +++ b/tdeio_ftps/Makefile.am @@ -12,7 +12,7 @@ kde_module_LTLIBRARIES = tdeio_ftps.la tdeio_ftps_la_SOURCES = ftp.cc ftp.h # Die Bibliothek libtdesycoca wird fr Slaves ben�igt -tdeio_ftps_la_LIBADD = $(LIB_KSYCOCA) +tdeio_ftps_la_LIBADD = $(LIB_TDESYCOCA) # Die Link-Pfade inklusive all_libraries (siehe oben) # -module gibt an, dass es von anderen Programmen geladen wird und |