From: Thomas G. Lockhart Date: Wed, 21 Oct 1998 05:39:19 +0000 (+0000) Subject: Include new Makefile.shlib from top level X-Git-Tag: REL6_5~19 X-Git-Url: http://git.postgresql.org/gitweb/static/session/%7B%7Bsession.id%7D%7D-%7B%7Bsession.title%7Cslugify%7D%7D?a=commitdiff_plain;h=b2af0bf7ac3966a9a09441596d5585663cccd9f1;p=psqlodbc.git Include new Makefile.shlib from top level when constructing standalone tarball. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 885b913..0bcd2fa 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Attic/GNUmakefile.in,v 1.7 1998/10/19 00:00:49 tgl Exp $ +# $Header: /home/heikki/psqlodbc-cvs-copy/psqlodbc/Attic/GNUmakefile.in,v 1.8 1998/10/21 05:39:19 thomas Exp $ # #------------------------------------------------------------------------- @SET_MAKE@ @@ -86,7 +86,7 @@ standalone: fi -rm -f psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar.gz $(TAR) -chf psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar \ - $(SOURCES) -C @top_srcdir@ makefiles template + $(SOURCES) -C @top_srcdir@ makefiles template Makefile.shlib gzip psqlodbc-$(SO_MAJOR_VERSION)$(SO_MINOR_VERSION).tar .PHONY: integrated