~ubuntu-dev/ubuntu/lucid/zabbix/lucid-201002101903

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2009-04-05 19:10:27 UTC
  • mfrom: (1.1.9 upstream) (8.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090405191027-lxd44l6jqdcfp2bi
Tags: 1:1.6.4-1
* New upstream release.
* Fix zabbix-frontend-php.template, add missing questions for
  zabbix-server and port (Closes: #522076)
* Loosen up depends for libgnutls (Closes: #522074)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        create/schema/gen.pl oracle > create/schema/oracle.sql
37
37
        create/schema/gen.pl c >src/libs/zbxdbhigh/dbschema.c
38
38
        echo -e "\n#ifdef HAVE_MYSQL\nconst char *db_schema= {\"\\" >>src/libs/zbxdbhigh/dbschema.c
39
 
        create/schema/gen.pl mysql|sed -e 's/\t\t*/ /g' -e 's/$$/\\/' >>src/libs/zbxdbhigh/dbschema.c
 
39
        create/schema/gen.pl mysql|sed -e 's/$$/\\/' >>src/libs/zbxdbhigh/dbschema.c
40
40
        echo -e "\"};\n#elif HAVE_POSTGRESQL\nconst char *db_schema = {\"\\" >>src/libs/zbxdbhigh/dbschema.c
41
41
        create/schema/gen.pl postgresql|sed -e 's/\t\t*/ /g' -e 's/$$/\\/' >>src/libs/zbxdbhigh/dbschema.c
42
42
        echo -e "\"};\n#elif HAVE_ORACLE\nconst char *db_schema = {\"\\" >>src/libs/zbxdbhigh/dbschema.c