diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:32:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:32:19 -0600 |
commit | 28f130ab617b06c585f9f5142279bfce59d15830 (patch) | |
tree | 13c199116170042ecfba4d299418ff79c8c4b8c2 /src/Makefile.am | |
parent | 1d0a617ab8bacd397358b1ef2890a0847e18a1df (diff) | |
download | dolphin-28f130ab617b06c585f9f5142279bfce59d15830.tar.gz dolphin-28f130ab617b06c585f9f5142279bfce59d15830.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c146559..bc2849b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,10 +10,10 @@ bin_PROGRAMS = d3lphin INCLUDES = $(all_includes) # the library search path. -d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor # the libraries to link against. -d3lphin_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT) -lkonq +d3lphin_LDADD = $(LIB_KFILE) $(LIB_TDEPRINT) -lkonq # which sources should be compiled for d3lphin d3lphin_SOURCES = bookmarkselector.cpp bookmarkssettingspage.cpp \ |