~evergreen-bugs/evergreen/rel_3_11

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: phasefx
  • Date: 2010-08-24 19:04:20 UTC
  • Revision ID: git-v1:53a0bd89fe11176c309b6bcf7f812e3bb60b1283
Staff Client Build/Update Enhancements patch from Thomas Berezansky

Among other things, allows cross-compilation of Windows installers from Unix environments via NSIS, and enables Mozilla's upgrade mechanism for performing upgrades without needing to download and execute external files.

See https://bugs.launchpad.net/evergreen/+bug/616452/ for more details.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17330 dcc99617-32d9-48b4-a31d-7c20da2025e4

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
export WEBDIR=@localstatedir@/web
16
16
export CGIDIR=@localstatedir@/cgi-bin
17
17
export TEMPLATEDIR=@localstatedir@/templates
 
18
export UPDATESDIR=@localstatedir@/updates
18
19
 
19
20
export datadir=@localstatedir@/data
20
21
export circrulesdir=@localstatedir@/circ
38
39
export OPENSRF_HEADERS = @OPENSRF_HEADERS@
39
40
export OPENSRF_LIBS = @OPENSRF_LIBS@
40
41
 
41
 
SUBDIRS = Open-ILS/src Open-ILS/web Open-ILS/xul/staff_client
 
42
SUBDIRS = Open-ILS/src Open-ILS/web Open-ILS/updates Open-ILS/xul/staff_client
42
43