From 43b4bb1474e092a0b87f3b23b5246900c94e1d4e Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 4 Jun 2013 23:19:01 +0200 Subject: Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible. Signed-off-by: Ralf Baechle --- ax25/axgetput/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ax25/axgetput/Makefile.am') diff --git a/ax25/axgetput/Makefile.am b/ax25/axgetput/Makefile.am index d3f8f8f..8eae7cc 100644 --- a/ax25/axgetput/Makefile.am +++ b/ax25/axgetput/Makefile.am @@ -8,8 +8,7 @@ sbin_PROGRAMS = bin_PROGRAMS = axgetput -man_MANS = axgetput.1 -EXTRA_DIST = $(man_MANS) +dist_man_MANS = axgetput.1 axgetput_SOURCES = axgetput.c axgetput.h util.h proto_bin.h util.c proto_bin.c includes.h -- cgit v1.2.3