Use kdepim's dcopidlng everywhere in kdepim (where dcopidlng is requested),

otherwise the kolab resource generates a different .kidl for kmailicaliface
than kmail itself, leading to failing DCOP calls.
Simply removing the dcopidlng subdir when kdelibs>=3.4 is required will be enough
to clean all this up.

svn path=/trunk/kdepim/; revision=380420
wilder-work
David Faure 21 years ago
parent 1e4d30f16b
commit d3883e7d32
  1. 3
      Makefile.am

@ -134,9 +134,6 @@ recipienteditortest_LDFLAGS = $(all_libraries)
kmailIface_DCOPIDLNG = true
kmailicalIface_DCOPIDLNG = true
# we need to use our own copy, since kmailicalIface needs post 3.3 fixes in it
# TODO: remove once we rely on kdelibs 3.4
DCOPIDLNG=$(top_srcdir)/dcopidlng/dcopidlng
korganizeriface_DIR = $(top_srcdir)/korganizer

Loading…
Cancel
Save