2015-03-19 Niels Möller <nisse@diamant.hack.org>
+ * Makefile.in (DISTFILES): Added version.h.in, libnettle.map.in,
+ and libhogweed.map.in (latter two patch by Nikos).
+ (version.h): New make target.
+ (distclean-here): Added version.h, libnettle.map, and
+ libhogweed.map.
+
From Nikos Mavrogiannopoulos.
* configure.ac (MAJOR_VERSION, MINOR_VERSION): New substituted
variables.
DISTFILES = $(SOURCES) $(HEADERS) getopt.h getopt_int.h \
.bootstrap run-tests \
aclocal.m4 configure.ac \
- configure stamp-h.in bignum.h.in \
+ configure stamp-h.in bignum.h.in version.h.in \
libnettle.map.in libhogweed.map.in \
config.guess config.sub install-sh texinfo.tex \
config.h.in config.m4.in config.make.in Makefile.in \
hogweed.pc: hogweed.pc.in config.status
./config.status $@
+version.h: version.h.in config.status
+ ./config.status $@
+
# Installation
install-doc: @IF_DOCUMENTATION@ install-info
install-here: install-doc install-headers install-static install-pkgconfig \
distclean-here: clean-here
-rm -f config.h stamp-h config.log config.status machine.m4 \
- config.make config.m4 Makefile nettle-stdint.h bignum.h \
- nettle.pc hogweed.pc \
+ config.make config.m4 Makefile nettle-stdint.h bignum.h version.h \
+ nettle.pc hogweed.pc libnettle.map libhogweed.map \
*.asm *.d
maintainer-clean-here: