summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart1998-10-21 05:39:19 +0000
committerThomas G. Lockhart1998-10-21 05:39:19 +0000
commit56f96f56dfb0f084c0579af2893cab5719fb958f (patch)
tree09a6cc60a96ec5bfff0fe6d0a5e1a183a351a453
parent0958666ce661d33362f4b7f318b6aef64a39697f (diff)
Include new Makefile.shlib from top level
when constructing standalone tarball.
-rw-r--r--src/interfaces/odbc/GNUmakefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/GNUmakefile.in b/src/interfaces/odbc/GNUmakefile.in
index 39950e30571..2479baa34e3 100644
--- a/src/interfaces/odbc/GNUmakefile.in
+++ b/src/interfaces/odbc/GNUmakefile.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile.in,v 1.7 1998/10/19 00:00:49 tgl Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/odbc/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