diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:21:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:21:43 -0600 |
commit | d9c883ab09c9b7d383c34a1b49f6f574c910933a (patch) | |
tree | d09267dc4cfe34f291186ae549ef897015a3680a /conduits/timeconduit | |
parent | 9de01488346ea23797d74b584cc4b316c0555335 (diff) | |
download | kpilot-d9c883ab09c9b7d383c34a1b49f6f574c910933a.tar.gz kpilot-d9c883ab09c9b7d383c34a1b49f6f574c910933a.zip |
Additional kde to tde renaming
Diffstat (limited to 'conduits/timeconduit')
-rw-r--r-- | conduits/timeconduit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/timeconduit/Makefile.am b/conduits/timeconduit/Makefile.am index d6018b1..a39c2d8 100644 --- a/conduits/timeconduit/Makefile.am +++ b/conduits/timeconduit/Makefile.am @@ -16,7 +16,7 @@ conduit_time_la_SOURCES = timeConduitSettings.kcfgc \ time-setup.cc \ time-conduit.cc \ time-setup_dialog.ui -conduit_time_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -lkdecore -lkio -lkdeui +conduit_time_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui conduit_time_la_LIBADD = ../../lib/libkpilot.la $(LIB_KDEUI) kde_kcfg_DATA = timeconduit.kcfg |