On Die, 29 Jan 2002, Martijn Klingens wrote: > > As the patch itself is pretty much trivial I'd probably commit right away, > save for one thing: I needed to add '$(LIB_KDEUI)' to the Makefile.am, which > I don't consider trivial. Is there a reason for ksmserver not using kdeui, or > is it safe to commit this? I'm not sure why ksmserver is kdecore only (can't think of a reason), but if you have to add $(LIB_KDEUI), you should _replace $(LIB_KDECORE) with $(LIB_KDEUI) instead of appending it (because appending is anyway the wrong order). Dirk