~ubuntu-branches/ubuntu/raring/pgpool2/raring-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2011-06-10 10:18:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110610101829-oy0uronxs3xz6jer
Tags: 3.0.4-1
* New upstream release
* Use format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
EXTRA_DIST = pgpool.8.in sql/system_db.sql sample/pgpool.pam doc/pgpool-ja.html doc/pgpool-en.html \
61
61
                doc/tutorial-ja.html doc/tutorial-en.html doc/pgpool.css \
62
62
                doc/where_to_send_queries.pdf doc/where_to_send_queries.odg doc/pgpool-ja.css \
 
63
                doc/basebackup.sh doc/pgpool_remote_start doc/recovery.conf.sample \
63
64
                sample/pgpool_remote_start sample/pgpool_recovery sample/pgpool_recovery_pitr \
64
65
                sample/dist_def_pgbench.sql sample/replicate_def_pgbench.sql \
65
66
                sql/Makefile \
67
68
                sql/pgpool-recovery/pgpool-recovery.sql.in sql/pgpool-recovery/Makefile \
68
69
                sql/pgpool-regclass/pgpool-regclass.c \
69
70
                sql/pgpool-regclass/pgpool-regclass.sql.in sql/pgpool-regclass/Makefile \
70
 
                sql/pgpool-walrecrunning/pgpool-walrecrunning.c \
 
71
                sql/pgpool-walrecrunning/README sql/pgpool-walrecrunning/pgpool-walrecrunning.c \
71
72
                sql/pgpool-walrecrunning/pgpool-walrecrunning.sql.in sql/pgpool-walrecrunning/Makefile \
72
73
                test/parser/expected/copy.out test/parser/expected/create.out \
73
74
                test/parser/expected/cursor.out test/parser/expected/delete.out \
88
89
                test/parser/README test/parser/main.c \
89
90
                test/parser/pool.h test/parser/run-test \
90
91
                test/parser/parse_schedule \
 
92
                test/C/Makefile test/C/test_extended.c \
91
93
                test/jdbc/*.java test/jdbc/README.euc_jp test/jdbc/pgpool.properties test/jdbc/prepare.sql test/jdbc/run.sh \
92
94
                test/jdbc/expected/autocommit test/jdbc/expected/batch \
93
95
                test/jdbc/expected/column test/jdbc/expected/lock test/jdbc/expected/select \
94
 
                test/jdbc/expected/update test/jdbc/expected/insert \
 
96
                test/jdbc/expected/update test/jdbc/expected/insert test/jdbc/expected/CreateTempTable \
 
97
                test/pdo-test/README.euc_jp test/pdo-test/collections.inc test/pdo-test/def.inc \
 
98
                test/pdo-test/log.txt test/pdo-test/pdotest.php test/pdo-test/regsql.inc \
 
99
                test/pdo-test/SQLlist/test1.sql test/pdo-test/SQLlist/test2.sql \
 
100
                test/pdo-test/mod/database.inc test/pdo-test/mod/def.inc test/pdo-test/mod/errorhandler.inc \
95
101
                test/timestamp/Makefile test/timestamp/input/insert.sql \
96
102
                test/timestamp/input/update.sql test/timestamp/input/misc.sql \
97
103
                test/timestamp/expected/insert.out test/timestamp/expected/update.out \
98
104
                test/timestamp/expected/misc.out test/timestamp/main.c \
99
105
                test/timestamp/parse_schedule test/timestamp/run-test \
100
 
                redhat/pgpool.init redhat/pgpool.sysconfig
 
106
                redhat/pgpool.init redhat/pgpool.sysconfig redhat/pgpool.conf.sample.patch
101
107
 
102
108
 
103
109
SUBDIRS = parser pcp