X-Git-Url: https://git.draconx.ca/gitweb/rarpd-dx.git/blobdiff_plain/41d88c3c624118676add4b16602608c194d91089..55f2ffa0fc600cad1c08b024cf73861fa063ff69:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2909c07..d0fcc15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ XSLTPROC_MAN = $(XSLTPROC) -o $@ --nonet \ --stringparam man.output.quietly 1 \ --stringparam funcsynopsis.style ansi \ --stringparam man.th.extra1.suppress 1 \ - --stringparam iputils.version 'rarpd' \ + --stringparam package '$(PACKAGE)' \ $(XSLTPROCFLAGS) $(srcdir)/doc/custom-man.xsl DEV_TOOL_ERROR = { \ @@ -35,7 +35,7 @@ MAINTAINERCLEANFILES = $(dist_man_MANS) EXTRA_DIST += $(dist_man_MANS:.8=.xml) $(srcdir)/doc/custom-man.xsl sbin_PROGRAMS = rarpd -rarpd_SOURCES = src/rarpd.c src/iputils_common.c src/iputils_common.h +rarpd_SOURCES = src/rarpd.c # When running "make dist" in a VPATH build with a read-only srcdir, Automake # will produce a distribution with all files read-only. Moreover, the files