diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:01:54 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:58:45 +0200 |
commit | 3e88ddfbc3df52c97d5354890fb9ac68af49bddd (patch) | |
tree | f6830215ebdc83e794a7a223042537595490265f /tdeioslave/system/Makefile.am | |
parent | 5607b4ae2272da03b692475c2f773f3e27e671b8 (diff) | |
download | tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.tar.gz tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdeioslave/system/Makefile.am')
-rw-r--r-- | tdeioslave/system/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeioslave/system/Makefile.am b/tdeioslave/system/Makefile.am index 58d779a9b..da49adca3 100644 --- a/tdeioslave/system/Makefile.am +++ b/tdeioslave/system/Makefile.am @@ -6,7 +6,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = tdeio_system.la tdeio_system_la_SOURCES = dummy.cpp -tdeio_system_la_LIBADD = libtdeiosystem.la $(LIB_KIO) +tdeio_system_la_LIBADD = libtdeiosystem.la $(LIB_TDEIO) tdeio_system_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined dummy.cpp: @@ -19,7 +19,7 @@ libtdeiosystem_la_SOURCES = tdeio_system.cpp systemimpl.cpp check_PROGRAMS = testsystem testsystem_SOURCES = testsystem.cpp -testsystem_LDADD = libtdeiosystem.la $(LIB_KIO) +testsystem_LDADD = libtdeiosystem.la $(LIB_TDEIO) testsystem_LDFLAGS = $(all_libraries) ## TODO in unsermake: TESTS = testsystem |