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/notepadconduit | |
parent | 31885d27e022d6cb07ece0eb7824932392b1645a (diff) | |
download | kpilot-03fdb0c73100088786f95a2ef58b38d6c4f8226f.tar.gz kpilot-03fdb0c73100088786f95a2ef58b38d6c4f8226f.zip |
Fix up remaining references to -lkio
Diffstat (limited to 'conduits/notepadconduit')
-rw-r--r-- | conduits/notepadconduit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/notepadconduit/Makefile.am b/conduits/notepadconduit/Makefile.am index d66ea92..1e2c35c 100644 --- a/conduits/notepadconduit/Makefile.am +++ b/conduits/notepadconduit/Makefile.am @@ -9,6 +9,6 @@ kde_module_LTLIBRARIES = conduit_notepad.la conduit_notepad_la_SOURCES = notepadconduit.kcfgc notepad-setup.ui \ notepad-conduit.cc notepad-factory.cc -conduit_notepad_la_LDFLAGS= -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui +conduit_notepad_la_LDFLAGS= -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui conduit_notepad_la_LIBADD= ../../lib/libkpilot.la $(LIB_TDEUI) $(LIB_KIO) |