]> arthur.barton.de Git - netatalk.git/blob - contrib/shell_utils/Makefile.am
Sebastian Rittau's patch (sf #422872) to move from CONFIG_DIR to sysconfdir
[netatalk.git] / contrib / shell_utils / Makefile.am
1 # Makefile for contrib/shell_utils/
2
3 SUFFIXES = .tmpl .
4
5 .tmpl:
6         sed -e s@:BINDIR:@${bindir}@ \
7                 -e s@:SBINDIR:@${sbindir}@ \
8                 -e s@:ETCDIR:@${sysconfdir}@ \
9                 <$^ >$@
10
11 CLEANFILES = lp2pap.sh
12
13 bin_SCRIPTS = apple_cp apple_mv apple_rm cleanappledouble.pl lp2pap.sh \
14         netatalkshorternamelinks.pl afpd-mtab.pl
15
16 EXTRA_DIST = $(bin_SCRIPTS)