diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:03:04 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:02:32 +0200 |
commit | e24c833060d16ca2ebf62e190c02749474526ff0 (patch) | |
tree | 2c9aaaf305cc10b345ee3fb2b8449dca6e3880af /ktux | |
parent | cb961158046e7aa9fe90d79c4e6066612a5be789 (diff) | |
download | tdetoys-e24c833060d16ca2ebf62e190c02749474526ff0.tar.gz tdetoys-e24c833060d16ca2ebf62e190c02749474526ff0.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'ktux')
-rw-r--r-- | ktux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktux/Makefile.am b/ktux/Makefile.am index 2a32b32..183d347 100644 --- a/ktux/Makefile.am +++ b/ktux/Makefile.am @@ -12,7 +12,7 @@ bin_PROGRAMS = ktux INCLUDES = $(all_includes) # the library search path. -ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # the libraries to link against. ktux_LDADD = $(LIB_TDEUI) -ltdescreensaver |