--- Makefile.orig	Sun Jan 21 14:32:48 2001
+++ Makefile	Tue Jan 22 23:55:05 2002
@@ -4,6 +4,15 @@
 include platform-settings
 
 SUBDIRS=pthsock xdb_file dnsrv jsm dialback jabberd
+SUBDIRS+=aim-transport
+SUBDIRS+=conference
+SUBDIRS+=icq-transport
+SUBDIRS+=irc-transport
+SUBDIRS+=jud
+SUBDIRS+=msn-transport
+SUBDIRS+=yahoo-transport
+
+
 
 all: all-recursive
 
@@ -13,8 +22,35 @@
 
 single: single-recursive
 
+LIBDIR=${PREFIX}/lib/jabber
 install:
-	printf "\n\nNo actual make install, you just run it out of the directory!\n"
+	@install -c jabberd/jabberd ${PREFIX}/bin
+	@install -c jabber.xml ${PREFIX}/etc/jabber.xml.sample
+	@install -d ${LIBDIR}/jsm
+	@install -c jsm/jsm.so ${LIBDIR}/jsm
+	@install -d ${LIBDIR}/jud
+	@install -c jud/jud.so ${LIBDIR}/jud
+	@install -d ${LIBDIR}/xdb_file
+	@install -c xdb_file/xdb_file.so ${LIBDIR}/xdb_file
+	@install -d ${LIBDIR}/pthsock
+	@install -c pthsock/pthsock_client.so ${LIBDIR}/pthsock
+	@install -d ${LIBDIR}/dnsrv
+	@install -c dnsrv/dnsrv.so ${LIBDIR}/dnsrv
+	@install -d ${LIBDIR}/dialback
+	@install -c dialback/dialback.so ${LIBDIR}/dialback
+
+	@install -d ${LIBDIR}/aim-transport
+	@install -c aim-transport/src/aimtrans.so ${LIBDIR}/aim-transport
+	@install -d ${LIBDIR}/conference
+	@install -c conference/conference.so ${LIBDIR}/conference
+	@install -d ${LIBDIR}/icq-transport
+	@install -c icq-transport/icqtrans.so ${LIBDIR}/icq-transport
+	@install -d ${LIBDIR}/irc-transport
+	@install -c irc-transport/src/irc_transport.so ${LIBDIR}/irc-transport
+	@install -d ${LIBDIR}/msn-transport
+	@install -c msn-transport/msntrans.so ${LIBDIR}/msn-transport
+	@install -d ${LIBDIR}/yahoo-transport
+	@install -c yahoo-transport/src/yahootrans.so ${LIBDIR}/yahoo-transport
 
 all-local:
 
