diff options
author | Timothy Pearson <[email protected]> | 2013-01-28 10:22:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-28 10:22:23 -0600 |
commit | 03fdb0c73100088786f95a2ef58b38d6c4f8226f (patch) | |
tree | 75b1394053b1d55c3e4a89462b70155419ee535c /conduits/vcalconduit/Makefile.am | |
parent | 31885d27e022d6cb07ece0eb7824932392b1645a (diff) | |
download | kpilot-03fdb0c73100088786f95a2ef58b38d6c4f8226f.tar.gz kpilot-03fdb0c73100088786f95a2ef58b38d6c4f8226f.zip |
Fix up remaining references to -lkio
Diffstat (limited to 'conduits/vcalconduit/Makefile.am')
-rw-r--r-- | conduits/vcalconduit/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/vcalconduit/Makefile.am b/conduits/vcalconduit/Makefile.am index 0114bc8..4650af8 100644 --- a/conduits/vcalconduit/Makefile.am +++ b/conduits/vcalconduit/Makefile.am @@ -24,14 +24,14 @@ libvcalconduit_shared_la_SOURCES = vcalconduitSettings.kcfgc \ conduit_vcal_la_SOURCES = vcal-conduit.cc vcalRecord.cc \ vcal-factory.cc vcal-setup.cc -conduit_vcal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui -lkcal -ltderesources +conduit_vcal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui -lkcal -ltderesources conduit_vcal_la_LIBADD = ../../lib/libkpilot.la \ libvcalconduit_shared.la conduit_vcal_la_COMPILE_FIRST = vcalconduitSettings.h korganizerConduit.h conduit_todo_la_SOURCES = todo-conduit.cc todoRecord.cc \ todo-factory.cc todo-setup.cc -conduit_todo_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui -lkcal -ltderesources +conduit_todo_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui -lkcal -ltderesources conduit_todo_la_LIBADD = ../../lib/libkpilot.la \ libvcalconduit_shared.la conduit_todo_la_COMPILE_FIRST = vcalconduitSettings.h korganizerConduit.h |