X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=bin%2Fmegatron%2FMakefile.am;h=aa68c0ed1e72b5851824b41e9969685b6a53b0e9;hb=235864646fc8895d15ec5f24c4f97a2c17ce326c;hp=01d912863f4e0539a74389984c19ee41fce1583a;hpb=a557f403a242de5fd451d4d973d972d0f1d682d5;p=netatalk.git 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