From 235864646fc8895d15ec5f24c4f97a2c17ce326c Mon Sep 17 00:00:00 2001 From: rufustfirefly Date: Tue, 1 May 2001 13:41:25 +0000 Subject: [PATCH] symbolic links for megatron from Sebastian Rittau (srittau) (#420446) --- bin/megatron/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bin/megatron/Makefile.am b/bin/megatron/Makefile.am index 01d91286..aa68c0ed 100644 --- a/bin/megatron/Makefile.am +++ b/bin/megatron/Makefile.am @@ -7,6 +7,9 @@ megatron_LDADD = $(top_builddir)/libatalk/libatalk.la noinst_HEADERS = megatron.h -# ************************************************ -# FIXME! FIXME! Links need to work for: -# LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader +LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader + +install-exec-hook: + for LINK in $(LINKS); do + ln -s $(bindir)/megatron $(bindir)/$(LINK) + done -- 2.39.2