X-Git-Url: https://git.evergreen-ils.org/?p=working%2FEvergreen.git;a=blobdiff_plain;f=Makefile.am;h=e11134c7900b1070debbbcf4a4d2ea58d67c3b15;hp=8659466fa28cf09fb0c78d7b1a7796793b8f2e7a;hb=0d1ce870eefef4c9d049d81d89d719051f6f1347;hpb=26e859fc870b44caa375dc5e93f899274a6a1d07 diff --git a/Makefile.am b/Makefile.am index 8659466fa2..e11134c790 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,35 +15,25 @@ export ETCDIR=@sysconfdir@ export WEBDIR=@localstatedir@/web export CGIDIR=@localstatedir@/cgi-bin export TEMPLATEDIR=@localstatedir@/templates +export UPDATESDIR=@localstatedir@/updates export datadir=@localstatedir@/data -export circrulesdir=@localstatedir@/circ -export catalogscriptdir=@localstatedir@/catalog -export penaltyrulesdir=@localstatedir@/penalty export XSLDIR=@localstatedir@/xsl export REPORTERDIR=@localstatedir@/reporter export SOCK=@localstatedir@/lock export PID=@localstatedir@/run export LOG=@localstatedir@/log +export PERL_BASE=@PERL_BASE@ # Derived from autoconf: export TMP = @TMP@ export APXS2 = @APXS2@ -export APACHE2_HEADERS = @APACHE2_HEADERS@ -export APR_HEADERS = @APR_HEADERS@ export LIBXML2_HEADERS = @LIBXML2_HEADERS@ export DBI_LIBS = @DBI_LIBS@ export OPENSRF_HEADERS = @OPENSRF_HEADERS@ export OPENSRF_LIBS = @OPENSRF_LIBS@ -#export DBDRVR = @DBDRVR@ -#export DBHOST = @DBHOST@ -#export DBPORT = @DBPORT@ -#export DBNAME = @DBNAME@ -#export DBUSER = @DBUSER@ -#export DBPW = @DBPW@ -#export DBVER = @DBVER@ - -SUBDIRS = Open-ILS/src + +SUBDIRS = Open-ILS/src Open-ILS/web Open-ILS/updates Open-ILS/xul/staff_client