summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput/Makefile.am
blob: df8871b0f78c5c9d24e3409c46b8970c567c32dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

installconf:

etcfiles = 
varfiles = 

sbin_PROGRAMS = 

bin_PROGRAMS = axgetput

man_MANS = axgetput.1 
EXTRA_DIST = $(man_MANS) 

axgetput_SOURCES = axgetput.c axgetput.h util.h proto_bin.h util.c proto_bin.c includes.h

install-exec-local:
	(cd $(DESTDIR)$(bindir) && ln -sf axgetput bget && ln -sf axgetput bput)
	make install-man-local

install-man-local:
	(cd $(DESTDIR)$(mandir)/man1 && ln -sf axgetput.1 bget.1 && ln -sf axgetput.1 bput.1)