diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |