On Wednesday 12 September 2001 01:14 pm, Ben Schepens wrote: > I created a foo I/O slave using KDevlope 1.4.1 and KDE 2.1.1. > > How do I properly tell the I/O slave where to install itself > (foo.protocol, foo.so, foo.la) when a user does a > make install? > > By default, my foo slave tries to install its > foo.protocol file in: > > /usr/local/kde/share/services/ [snip] The directory is set by 'configure' not by the slave. So if 'make install' puts your foo.protocol file in /usr/local/kde/share/services, it's because you don't have KDEDIR set *or* KDEDIR is set to /usr/local/kde *or* you used 'configure --prefix=/usr/local/kde' If you do 'configure --prefix=/usr' then foo.protocol will install in /usr/share/services -- Kurt Granroth | http://www.granroth.org KDE Developer/Evangelist | SuSE Labs Open Source Developer granroth@kde.org | granroth@suse.com KDE -- Conquer Your Desktop >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<