Merge branch 'mysql2PDO' of github.com:ZoneMinder/ZoneMinder into mysql2PDO

This commit is contained in:
Isaac Connor 2013-11-03 16:06:25 -05:00
commit 1798a0a2fb
1 changed files with 4 additions and 1 deletions

View File

@ -12,9 +12,12 @@
# Current version of ZoneMinder # Current version of ZoneMinder
ZM_VERSION=@VERSION@ ZM_VERSION=@VERSION@
# Path to build directory, used mostly for finding DB upgrade scripts # Path to build directory
ZM_PATH_BUILD=@PATH_BUILD@ ZM_PATH_BUILD=@PATH_BUILD@
# Path to installed data directory, used mostly for finding DB upgrade scripts
ZM_PATH_DATA=@PKGDATADIR@
# Build time, used to record when to trigger various checks # Build time, used to record when to trigger various checks
ZM_TIME_BUILD=@TIME_BUILD@ ZM_TIME_BUILD=@TIME_BUILD@