]> arthur.barton.de Git - netatalk.git/commitdiff
symbolic links for megatron from Sebastian Rittau (srittau) (#420446)
authorrufustfirefly <rufustfirefly>
Tue, 1 May 2001 13:41:25 +0000 (13:41 +0000)
committerrufustfirefly <rufustfirefly>
Tue, 1 May 2001 13:41:25 +0000 (13:41 +0000)
bin/megatron/Makefile.am

index 01d912863f4e0539a74389984c19ee41fce1583a..aa68c0ed1e72b5851824b41e9969685b6a53b0e9 100644 (file)
@@ -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