diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:18:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:18:06 -0600 |
commit | 0f66b4578769837328f2c6313ce09e1e04836e4a (patch) | |
tree | 4e7af809c03757d39d34b44c831f4385a2f0a724 /src/Makefile.am | |
parent | c2c048ca449b4b96ab540bf3e1db853490991d51 (diff) | |
download | dolphin-0f66b4578769837328f2c6313ce09e1e04836e4a.tar.gz dolphin-0f66b4578769837328f2c6313ce09e1e04836e4a.zip |
Additional kde to tde renaming
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 5a81218..c146559 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_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. d3lphin_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT) -lkonq |