[pgsqlclient-checkins] pgsqlclient_10 makefile,1.9,1.10
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-12-26 11:18:35
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1:/tmp/cvs-serv32681 Modified Files: makefile Log Message: Fixed typo Index: makefile =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** makefile 22 Dec 2003 09:32:10 -0000 1.9 --- makefile 26 Dec 2003 11:18:32 -0000 1.10 *************** *** 16,20 **** # Source files ! RECURSE_TLS = -recurse:./Mono.Security.Protocol.Tls//*.cs RECURSE_SOURCE = -recurse:./PostgreSql.Data.PgSqlClient/source/*.cs RECURSE_TESTS = -recurse:./PostgreSql.Data.PgSqlClient.UnitTests/source/*.cs --- 16,20 ---- # Source files ! RECURSE_TLS = -recurse:./Mono.Security.Protocol.Tls/*.cs RECURSE_SOURCE = -recurse:./PostgreSql.Data.PgSqlClient/source/*.cs RECURSE_TESTS = -recurse:./PostgreSql.Data.PgSqlClient.UnitTests/source/*.cs |