diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:56:28 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:56:28 +0200 |
commit | bb6ac09196ce098b3f97dd4c890821a403849c11 (patch) | |
tree | b045e44902eb6edc99feabd32e924ae2b6b1a29d /src/Makefile.am | |
parent | f692a866733505de64bd95ba3e4527b41554aa57 (diff) | |
download | dolphin-bb6ac09196ce098b3f97dd4c890821a403849c11.tar.gz dolphin-bb6ac09196ce098b3f97dd4c890821a403849c11.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6c17e39..23759fd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ bin_PROGRAMS = d3lphin INCLUDES = $(all_includes) # the library search path. -d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # the libraries to link against. d3lphin_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT) -lkonq |