summaryrefslogtreecommitdiffstats
path: root/6pack
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 /6pack
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 '6pack')
-rw-r--r--6pack/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/6pack/Makefile.am b/6pack/Makefile.am
index 014cfe2..2e803dd 100644
--- a/6pack/Makefile.am
+++ b/6pack/Makefile.am
@@ -5,9 +5,7 @@ sbin_PROGRAMS = m6pack
LDADD= $(AX25_LIB)
-man_MANS = m6pack.8
-
-EXTRA_DIST = $(man_MANS)
+dist_man_MANS = m6pack.8
INCLUDES = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" \
-DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\"