From: miker Date: Thu, 8 Mar 2007 19:46:13 +0000 (+0000) Subject: adding openils_db to the end of the default make target list X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=eb22275739928208f8c39d952a1f5fcff2b16030;p=Evergreen.git adding openils_db to the end of the default make target list git-svn-id: svn://svn.open-ils.org/ILS/trunk@7046 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/install.conf.default b/install.conf.default index bbfb70abf3..90064edb7f 100644 --- a/install.conf.default +++ b/install.conf.default @@ -42,7 +42,7 @@ # If you only want to build the client app, then just build evergreen_xul_client. # -------------------------------------------------------------------- -TARGETS=("opensrf_all" "openils_core" "openils_web" "evergreen_core"); +TARGETS=("opensrf_all" "openils_core" "openils_web" "evergreen_core" "openils_db"); # --------------------------------------------------------------------