diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:18:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:18:54 -0600 |
commit | 025d8f276d740f40838a63cc8ce338d30fdb97d2 (patch) | |
tree | c6d936629113c5a2cf59ce718b3402e8402ec50f /src | |
parent | 4cd5ed4662c2475df3a22729f7e65dcb0b2a7383 (diff) | |
download | kdiff3-025d8f276d740f40838a63cc8ce338d30fdb97d2.tar.gz kdiff3-025d8f276d740f40838a63cc8ce338d30fdb97d2.zip |
Additional kde to tde renaming
Diffstat (limited to 'src')
-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 3da9b63..cd177e1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,7 @@ bin_PROGRAMS = kdiff3 # the application source, library search path, and link libraries kdiff3_SOURCES = main.cpp kdiff3_shell.cpp -kdiff3_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kdiff3_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kdiff3_LDADD = $(LIB_KPARTS) # this is where the desktop file will go |