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/popmail | |
parent | 9de01488346ea23797d74b584cc4b316c0555335 (diff) | |
download | kpilot-d9c883ab09c9b7d383c34a1b49f6f574c910933a.tar.gz kpilot-d9c883ab09c9b7d383c34a1b49f6f574c910933a.zip |
Additional kde to tde renaming
Diffstat (limited to 'conduits/popmail')
-rw-r--r-- | conduits/popmail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/popmail/Makefile.am b/conduits/popmail/Makefile.am index 365cd1b..07cfcdc 100644 --- a/conduits/popmail/Makefile.am +++ b/conduits/popmail/Makefile.am @@ -16,7 +16,7 @@ kde_module_LTLIBRARIES = conduit_popmail.la conduit_popmail_la_SOURCES = popmailSettings.kcfgc setup-dialog.ui \ popmail-factory.cc setupDialog.cc \ popmail-conduit.cc -conduit_popmail_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -lkdecore -lkio -lkdeui -lDCOP +conduit_popmail_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -lkio -ltdeui -lDCOP conduit_popmail_la_LIBADD = ../../lib/libkpilot.la $(LIB_KIO) # this option you can leave out. Just, if you use "make dist", you need it |