summaryrefslogtreecommitdiffstats
path: root/netrom
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-04 23:19:01 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:11:30 +0200
commit43b4bb1474e092a0b87f3b23b5246900c94e1d4e (patch)
tree801eefb7dd145c996b27ee805d06ccdbc9189a26 /netrom
parent8b893ae99f6f32470fa52a170bf4c8801a976b20 (diff)
Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'netrom')
-rw-r--r--netrom/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/netrom/Makefile.am b/netrom/Makefile.am
index 0678996..fc2361b 100644
--- a/netrom/Makefile.am
+++ b/netrom/Makefile.am
@@ -13,10 +13,10 @@ sbin_PROGRAMS = netromd nodesave nrattach nrparms nrsdrv
LDADD = $(AX25_LIB)
-man_MANS = netrom.4 nrbroadcast.5 netromd.8 nodesave.8 \
+dist_man_MANS = netrom.4 nrbroadcast.5 netromd.8 nodesave.8 \
nrattach.8 nrparms.8 nrsdrv.8
-EXTRA_DIST = $(man_MANS) $(etcfiles)
+EXTRA_DIST = $(etcfiles)
netromd_SOURCES = \
netromd.c \