You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/ktalkd/Makefile.am

30 lines
940 B

## -*- makefile -*-
# Ktalkd - Main Makefile.am
if KDE_INSTALLED
kde_SUBDIRS = kcmktalkd ktalkdlg
endif
SUBDIRS = ktalkd mail.local $(kde_SUBDIRS)
EXTRA_DIST = ChangeLog TODO ktalkd.lsm
install-data-local:
@echo "**************************************************************************"
@echo
@echo "Don't forget to update /etc/inetd.conf :"
@echo
@echo "For example, on a linux system, if kde stays in "$(prefix)", set it to :"
@echo "talk dgram udp wait root /usr/sbin/tcpd "$(bindir)"/ktalkd"
@echo "ntalk dgram udp wait root /usr/sbin/tcpd "$(bindir)"/ktalkd"
@echo
@echo "Alternatively, you can use the script post-install.sh, to do the job"
@echo
@echo "Anyway, you'll have to restart inetd after this."
@echo "On most linux system, do a 'killall -HUP inetd'"
@echo
@echo "**************************************************************************"
messages:
$(XGETTEXT) */*.cpp -o $(podir)/kcmktalkd.pot