OSDN Git Service

Distribute version.mk in case autoconf needs to be run again
authorDan Nicholson <dbn.lists@gmail.com>
Tue, 10 Jun 2008 13:06:40 +0000 (06:06 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Tue, 10 Jun 2008 13:06:40 +0000 (06:06 -0700)
Users may need to rebuild the configure script, so we need to distribute
version.mk so autoconf can run successfully.

Makefile

index 47c8eac..0fa309b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -192,6 +192,7 @@ MAIN_FILES = \
        $(DIRECTORY)/bin/install-sh                                     \
        $(DIRECTORY)/bin/mklib                                          \
        $(DIRECTORY)/bin/minstall                                       \
+       $(DIRECTORY)/bin/version.mk                                     \
        $(DIRECTORY)/configs/[a-z]*                                     \
        $(DIRECTORY)/docs/*.html                                        \
        $(DIRECTORY)/docs/COPYING                                       \