diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:30 -0600 |
commit | 8e2ffd2cc8a92d7f3a73457309bcea49d4487b1a (patch) | |
tree | 32f637246a26cbd9f49a9b6d907d8aaa85953a58 /ktnef/gui | |
parent | b9ef732a4a8e8eff1b646dfe6fa11c42f3a82ac8 (diff) | |
download | tdepim-8e2ffd2cc8a92d7f3a73457309bcea49d4487b1a.tar.gz tdepim-8e2ffd2cc8a92d7f3a73457309bcea49d4487b1a.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'ktnef/gui')
-rw-r--r-- | ktnef/gui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktnef/gui/Makefile.am b/ktnef/gui/Makefile.am index 89295fbe1..774da4d6a 100644 --- a/ktnef/gui/Makefile.am +++ b/ktnef/gui/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = pics bin_PROGRAMS = ktnef ktnef_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ktnef_LDADD = $(LIB_KFILE) $(top_builddir)/ktnef/lib/libktnef.la +ktnef_LDADD = $(LIB_TDEFILE) $(top_builddir)/ktnef/lib/libktnef.la ktnef_SOURCES = ktnefmain.cpp ktnefview.cpp attachpropertydialogbase.ui \ attachpropertydialog.cpp messagepropertydialog.cpp \ qwmf.cpp main.cpp |