diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:36:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:36:08 -0600 |
commit | 208bab01eb4a9bad1184bad3b217593c6a71fa00 (patch) | |
tree | 4e8002f9df18e1164065ed7a5cf6c58bde6758f4 /conduits/malconduit/Makefile.am | |
parent | bd8357c72e83339a500890f7052184196c54efd0 (diff) | |
download | kpilot-208bab01eb4a9bad1184bad3b217593c6a71fa00.tar.gz kpilot-208bab01eb4a9bad1184bad3b217593c6a71fa00.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'conduits/malconduit/Makefile.am')
-rw-r--r-- | conduits/malconduit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/malconduit/Makefile.am b/conduits/malconduit/Makefile.am index bb2388a..6754bda 100644 --- a/conduits/malconduit/Makefile.am +++ b/conduits/malconduit/Makefile.am @@ -14,5 +14,5 @@ kde_module_LTLIBRARIES = conduit_mal.la conduit_mal_la_SOURCES = malconduitSettings.kcfgc mal-setup_dialog.ui mal-factory.cc mal-setup.cc mal-conduit.cc conduit_mal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui -conduit_mal_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIB) $(LIB_KDEUI) +conduit_mal_la_LIBADD = ../../lib/libkpilot.la $(MAL_LIB) $(LIB_TDEUI) |