Unbreak "make dist".
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 31 Oct 2015 00:29:13 +0000 (09:29 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 31 Oct 2015 00:29:13 +0000 (09:29 +0900)
While removing some directories under src/test, Makefile.am was left
unchaged and "make dist" has been broken since then.

src/Makefile.am
src/Makefile.in

index 4791bb774c9a522ceb0d03704136d3b70c06f5cc..c51c5bfd4a2bcef75319768f931490f0d2c0748e 100644 (file)
@@ -131,26 +131,12 @@ EXTRA_DIST = sample/pgpool.pam \
                test/parser/pool.h test/parser/run-test \
                test/parser/parse_schedule \
                test/C/Makefile test/C/test_extended.c \
-               test/jdbc/*.java test/jdbc/README.euc_jp test/jdbc/pgpool.properties test/jdbc/prepare.sql test/jdbc/run.sh \
-               test/jdbc/expected/autocommit test/jdbc/expected/batch \
-               test/jdbc/expected/column test/jdbc/expected/lock test/jdbc/expected/select \
-               test/jdbc/expected/update test/jdbc/expected/insert test/jdbc/expected/CreateTempTable \
                test/pdo-test/README.euc_jp test/pdo-test/collections.inc test/pdo-test/def.inc \
                test/pdo-test/pdotest.php test/pdo-test/regsql.inc \
                test/pdo-test/SQLlist/test1.sql test/pdo-test/SQLlist/test2.sql \
                test/pdo-test/mod/database.inc test/pdo-test/mod/errorhandler.inc \
-               test/timestamp/Makefile test/timestamp/input/insert.sql \
-               test/timestamp/input/update.sql test/timestamp/input/misc.sql \
-               test/timestamp/expected/insert.out test/timestamp/expected/update.out \
-               test/timestamp/expected/misc.out test/timestamp/main.c \
-               test/timestamp/parse_schedule test/timestamp/run-test \
                test/pgpool_setup test/regression \
                redhat/pgpool.init redhat/pgpool.sysconfig redhat/pgpool.conf.sample.patch \
-                redhat/rpm_installer/getsources.sh redhat/rpm_installer/config_for_script \
-                redhat/rpm_installer/install.sh redhat/rpm_installer/uninstall.sh \
-                redhat/rpm_installer/basebackup-replication.sh redhat/rpm_installer/basebackup-stream.sh \
-                redhat/rpm_installer/pgpool_recovery_pitr redhat/rpm_installer/pgpool_remote_start \
-                redhat/rpm_installer/recovery.conf redhat/rpm_installer/failover.sh \
                 pgpool.spec
           
 
index 132a435eba59867f0bd98eb0463df9e1886f8ceb..aad8cf6403590bfefe1a897c4c2529c5029ff0cd 100644 (file)
@@ -536,26 +536,12 @@ EXTRA_DIST = sample/pgpool.pam \
                test/parser/pool.h test/parser/run-test \
                test/parser/parse_schedule \
                test/C/Makefile test/C/test_extended.c \
-               test/jdbc/*.java test/jdbc/README.euc_jp test/jdbc/pgpool.properties test/jdbc/prepare.sql test/jdbc/run.sh \
-               test/jdbc/expected/autocommit test/jdbc/expected/batch \
-               test/jdbc/expected/column test/jdbc/expected/lock test/jdbc/expected/select \
-               test/jdbc/expected/update test/jdbc/expected/insert test/jdbc/expected/CreateTempTable \
                test/pdo-test/README.euc_jp test/pdo-test/collections.inc test/pdo-test/def.inc \
                test/pdo-test/pdotest.php test/pdo-test/regsql.inc \
                test/pdo-test/SQLlist/test1.sql test/pdo-test/SQLlist/test2.sql \
                test/pdo-test/mod/database.inc test/pdo-test/mod/errorhandler.inc \
-               test/timestamp/Makefile test/timestamp/input/insert.sql \
-               test/timestamp/input/update.sql test/timestamp/input/misc.sql \
-               test/timestamp/expected/insert.out test/timestamp/expected/update.out \
-               test/timestamp/expected/misc.out test/timestamp/main.c \
-               test/timestamp/parse_schedule test/timestamp/run-test \
                test/pgpool_setup test/regression \
                redhat/pgpool.init redhat/pgpool.sysconfig redhat/pgpool.conf.sample.patch \
-                redhat/rpm_installer/getsources.sh redhat/rpm_installer/config_for_script \
-                redhat/rpm_installer/install.sh redhat/rpm_installer/uninstall.sh \
-                redhat/rpm_installer/basebackup-replication.sh redhat/rpm_installer/basebackup-stream.sh \
-                redhat/rpm_installer/pgpool_recovery_pitr redhat/rpm_installer/pgpool_remote_start \
-                redhat/rpm_installer/recovery.conf redhat/rpm_installer/failover.sh \
                 pgpool.spec
 
 SUBDIRS = parser libs watchdog . tools include