From 6d78e2d94ada809646692777c3cf0596e8195ba4 Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 7 Jun 1996 20:36:26 +0000 Subject: [PATCH] Fri Jun 7 09:11:17 1996 Roland McGrath * Makefile (distribute): Add shlib-versions. * Makefile (distribute): Add version.h. * Makefile (distribute): Add config.h.in. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c33e40f6b2..fb1656e828 100644 --- a/Makefile +++ b/Makefile @@ -223,13 +223,14 @@ parent_echo-distinfo: # Make the distribution tarfile. distribute := README INSTALL FAQ NOTES NEWS PROJECTS \ - COPYING.LIB COPYING ChangeLog ChangeLog.[0-9] \ + COPYING.LIB COPYING ChangeLog ChangeLog.[0-9] \ Makefile Makeconfig Makerules Rules Make-dist MakeTAGS \ extra-lib.mk o-iterator.mk \ ansidecl.h mkinstalldirs move-if-change install-sh \ configure configure.in aclocal.m4 config.sub config.guess\ - config.make.in config-name.in Makefile.in \ - munch-tmpl.c munch.awk sysdep.h set-hooks.h libc-symbols.h + config.h.in config.make.in config-name.in Makefile.in \ + munch-tmpl.c munch.awk \ + sysdep.h set-hooks.h libc-symbols.h version.h shlib-versions distribute := $(strip $(distribute)) generated := $(generated) stubs.h -- 2.11.0