From eedf654d1702152544257c6ba2f155a5b58a54ad Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 4 Jun 2013 23:23:27 +0200 Subject: Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible. Signed-off-by: Ralf Baechle --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6dd22f4..913f3c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,10 +57,10 @@ libax25io_la_SOURCES = \ ax25io.c \ netax25/ax25io.h -man_MANS = ax25.3 rose.3 axports.5 rsports.5 nrports.5 +dist_man_MANS = ax25.3 rose.3 axports.5 rsports.5 nrports.5 -EXTRA_DIST= $(man_MANS) glibc.patch $(etcfiles) libax25.spec +EXTRA_DIST= glibc.patch $(etcfiles) libax25.spec AX25_SYSCONFDIR=@sysconfdir@/ax25/ AX25_LOCALSTATEDIR=@localstatedir@/ax25/ -- cgit v1.2.3