diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:21:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:21:43 -0600 |
commit | d9c883ab09c9b7d383c34a1b49f6f574c910933a (patch) | |
tree | d09267dc4cfe34f291186ae549ef897015a3680a /conduits/knotes | |
parent | 9de01488346ea23797d74b584cc4b316c0555335 (diff) | |
download | kpilot-d9c883ab09c9b7d383c34a1b49f6f574c910933a.tar.gz kpilot-d9c883ab09c9b7d383c34a1b49f6f574c910933a.zip |
Additional kde to tde renaming
Diffstat (limited to 'conduits/knotes')
-rw-r--r-- | conduits/knotes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/knotes/Makefile.am b/conduits/knotes/Makefile.am index 3161798..44005f9 100644 --- a/conduits/knotes/Makefile.am +++ b/conduits/knotes/Makefile.am @@ -15,7 +15,7 @@ conduit_knotes_la_SOURCES = \ knotes-action.cc \ setup_base.ui -conduit_knotes_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -lkdecore -lkio -lkdeui -lkcal +conduit_knotes_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui -lkcal conduit_knotes_la_LIBADD = ../../lib/libkpilot.la $(LIB_KDEUI) kde_kcfg_DATA = knotesconduit.kcfg |