diff options
| author | Tatsuo Ishii | 2006-02-05 02:54:48 +0000 |
|---|---|---|
| committer | Tatsuo Ishii | 2006-02-05 02:54:48 +0000 |
| commit | 4e7cd44ef5d40130f00d7d24ff89efe56cf881fd (patch) | |
| tree | 71ea223e944b9237e63ee1740a115a69e32cd655 | |
| parent | 164082f168f4bf7f73f52176413730099a15fb7d (diff) | |
include pgpool.spec and re-release 3.0.0V3_0_0
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e5dbdff..fffbb43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = pgpool pgpool_SOURCES = pool.h version.h pgpool.conf.sample \ - README.euc_jp \ + README.euc_jp pgpool.spec \ main.c child.c pool_auth.c pool_config.l pool_error.c \ pool_process_query.c pool_stream.c pool_connection_pool.c pool_params.c \ pool_signal.h pool_signal.c diff --git a/Makefile.in b/Makefile.in index c02d265..c12b849 100644 --- a/Makefile.in +++ b/Makefile.in @@ -175,7 +175,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ pgpool_SOURCES = pool.h version.h pgpool.conf.sample \ - README.euc_jp \ + README.euc_jp pgpool.spec \ main.c child.c pool_auth.c pool_config.l pool_error.c \ pool_process_query.c pool_stream.c pool_connection_pool.c pool_params.c \ pool_signal.h pool_signal.c |
