summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-03-19 19:14:28 +0100
committerNiels Möller <nisse@lysator.liu.se>2015-03-19 19:14:28 +0100
commit491056497db122323b62c9451c9ec14357facdd6 (patch)
tree0e0a62db179d8cc95f60b18479b121bf2b834fce
parentab985f3a14d8aa49fdf5af3e7b6c478deaf8a361 (diff)
downloadnettle-491056497db122323b62c9451c9ec14357facdd6.tar.gz
Makefile fixes to make make distcheck happy.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.in9
2 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 169a5226..ee4eebae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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.
diff --git a/Makefile.in b/Makefile.in
index d08be5ae..e4f08b2b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -215,7 +215,7 @@ SOURCES = $(nettle_SOURCES) $(hogweed_SOURCES) \
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 \
@@ -435,6 +435,9 @@ nettle.pc: nettle.pc.in config.status
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 \
@@ -626,8 +629,8 @@ clean-here:
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: