Skip to content
Snippets Groups Projects
Commit 08107885 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

ship and install database schema

parent 9d66c1a2
No related branches found
No related tags found
No related merge requests found
noinst_DATA = manager.conf
sql_DATA = manager.sql
CLEANFILES = $(noinst_DATA)
EXTRA_DIST = manager.conf.in
EXTRA_DIST = manager.conf.in $(sql_DATA)
manager.conf: Makefile manager.conf.in
sed \
......
......@@ -6,11 +6,13 @@ AC_REQUIRE_AUX_FILE([tap-driver.sh])
confdir=$sysconfdir/access-check
wwwdir=$datadir/access-check/www
modulesdir=$datadir/access-check/lib
sqldir=$datadir/access-check/sql
templatesdir=$datadir/access-check/templates
AC_SUBST(confdir)
AC_SUBST(wwwdir)
AC_SUBST(modulesdir)
AC_SUBST(sqldir)
AC_SUBST(templatesdir)
AC_CONFIG_FILES(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment