Skip to content

Commit

Permalink
Bug 236 - Revamped database configuration and updates.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1705 e3e1d417-86f3-4887-817a-d78f3d33393f
  • Loading branch information
stan committed Dec 20, 2005
1 parent 948528b commit 8b30f67
Show file tree
Hide file tree
Showing 33 changed files with 1,044 additions and 437 deletions.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ AC_DEFINE_DIR([SYSCONFDIR],[sysconfdir],[Expanded configuration directory])
AC_SUBST(ZM_CONFIG,"$SYSCONFDIR/zm.conf")

AC_OUTPUT(Makefile src/Makefile web/Makefile web/graphics/Makefile scripts/Makefile db/Makefile)
AC_OUTPUT(zm.conf src/zm_config.h web/zm_config.php scripts/zm db/zmschema.sql db/zmdrop.sql)
AC_OUTPUT(zm.conf src/zm_config.h web/zm_config.php scripts/zm db/zm_create.sql)
AC_OUTPUT(scripts/ZoneMinder/lib/ZoneMinder/Base.pm scripts/ZoneMinder/lib/ZoneMinder/Config.pm scripts/ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm )

AC_CHECK_FILE(scripts/ZoneMinder/Makefile,,[cd scripts/ZoneMinder;perl Makefile.PL])
58 changes: 28 additions & 30 deletions db/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,33 +1,31 @@
AUTOMAKE_OPTIONS = gnu

EXTRA_DIST = \
zmschema.sql.in \
zmdrop.sql.in \
zm_config.sql \
zmalter-0.0.1.sql \
zmalter-0.9.7.sql \
zmalter-0.9.8.sql \
zmalter-0.9.9.sql \
zmalter-0.9.10.sql \
zmalter-0.9.11.sql \
zmalter-0.9.12.sql \
zmalter-0.9.13.sql \
zmalter-0.9.15.sql \
zmalter-0.9.16.sql \
zmalter-1.17.1.sql \
zmalter-1.17.2.sql \
zmalter-1.18.0.sql \
zmalter-1.18.1.sql \
zmalter-1.19.0.sql \
zmalter-1.19.1.sql \
zmalter-1.19.2.sql \
zmalter-1.19.3.sql \
zmalter-1.19.4.sql \
zmalter-1.19.5.sql \
zmalter-1.20.0.sql \
zmalter-1.20.1.sql \
zmalter-1.21.0.sql \
zmalter-1.21.1.sql \
zmalter-1.21.2.sql \
zmalter-1.21.3.sql \
zmalter-1.21.4.sql
zm_create.sql.in \
zm_update-0.0.1.sql \
zm_update-0.9.7.sql \
zm_update-0.9.8.sql \
zm_update-0.9.9.sql \
zm_update-0.9.10.sql \
zm_update-0.9.11.sql \
zm_update-0.9.12.sql \
zm_update-0.9.13.sql \
zm_update-0.9.15.sql \
zm_update-0.9.16.sql \
zm_update-1.17.1.sql \
zm_update-1.17.2.sql \
zm_update-1.18.0.sql \
zm_update-1.18.1.sql \
zm_update-1.19.0.sql \
zm_update-1.19.1.sql \
zm_update-1.19.2.sql \
zm_update-1.19.3.sql \
zm_update-1.19.4.sql \
zm_update-1.19.5.sql \
zm_update-1.20.0.sql \
zm_update-1.20.1.sql \
zm_update-1.21.0.sql \
zm_update-1.21.1.sql \
zm_update-1.21.2.sql \
zm_update-1.21.3.sql \
zm_update-1.21.4.sql
Loading

0 comments on commit 8b30f67

Please sign in to comment.