]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Makefile fixes to make make distcheck happy.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 19 Mar 2015 18:14:28 +0000 (19:14 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 19 Mar 2015 18:14:28 +0000 (19:14 +0100)
ChangeLog
Makefile.in

index 169a5226c04db3b743a531d3a3666dda3ebfefaa..ee4eebae9d749fe8a30074e92467c6df1f90d956 100644 (file)
--- 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.
index d08be5aee0d0db93f1e7b352919fd8440fe50953..e4f08b2b9717c0d44912ce5d10e66b8f57215356 100644 (file)
@@ -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: