diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:32:23 -0600 |
commit | b0cf06e10426777a6509060e34d36874a7900da4 (patch) | |
tree | 84e10718f5febfe7fe1bf3519025f2508adb094d /kget | |
parent | 2175556075a8202321ab0cc59bc89a62cf502b81 (diff) | |
download | tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.tar.gz tdenetwork-b0cf06e10426777a6509060e34d36874a7900da4.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'kget')
-rw-r--r-- | kget/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kget/Makefile.am b/kget/Makefile.am index 25adb7aa..959334b9 100644 --- a/kget/Makefile.am +++ b/kget/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = $(all_includes) bin_PROGRAMS = kget kget_LDFLAGS = $(all_libraries) $(KDE_RPATH) -lDCOP $(LIB_QT) -kget_LDADD = $(LIB_KFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIBSOCKET) +kget_LDADD = $(LIB_TDEFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIBSOCKET) kget_SOURCES = getfilejob.cpp slaveevent.cpp slave.cpp transferlist.cpp \ transfer.cpp settings.cpp logwindow.cpp \ kmainwidget.cpp tdefileio.cpp droptarget.cpp docking.cpp \ |