Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit da4683f

Browse files
committed
Okay, libpq++ is moved to GBorg, and all traces of it have been removed from the core repository ... I haven't *moved* the libpq++ files out of the tree, mainly as we want to keep them in place for past branches ... Peter, I think I've covered all the files I need, and re-ran autoconf to make sure the configure file is in place properly ...
1 parent b663f34 commit da4683f

35 files changed

+24
-2950
lines changed

GNUmakefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.24 2002/03/29 17:32:48 petere Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.25 2002/08/22 00:15:04 scrappy Exp $
55
#
66

77
subdir =
@@ -72,7 +72,7 @@ $(distdir).tar: distdir
7272
opt_files := src/backend/utils/mb contrib/retep/build.xml \
7373
src/tools src/corba src/data src/tutorial \
7474
$(addprefix src/bin/, pgaccess pgtclsh pg_encoding) \
75-
$(addprefix src/interfaces/, odbc libpq++ libpgtcl perl5 python jdbc) \
75+
$(addprefix src/interfaces/, odbc libpgtcl perl5 python jdbc) \
7676
$(addprefix src/pl/, plperl tcl)
7777

7878
docs_files := doc/postgres.tar.gz doc/src doc/TODO.detail

0 commit comments

Comments
 (0)