1 # Make.conf -*- Makefile -*-
3 # This file is generated automatically from Make.conf.in by
11 MYSQLADMIN = @prog_mysqladmin@
12 MYSQLDUMP = @prog_mysqldump@
14 # MySQL administration
17 # Koha database administration
22 # Path to koha.conf file, one for the intranet, the other for the OPAC
24 KOHA_CONF_INTRA = @koha_conf_intra@
25 KOHA_CONF_OPAC = @koha_conf_opac@
27 OPAC_HOST = @opac_host@
28 OPAC_REALHOSTS = @opac_realhosts@
29 INTRA_HOST = @intra_host@
30 INTRA_REALHOSTS = @intra_realhosts@