adding openils_db to the end of the default make target list
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Mar 2007 19:46:13 +0000 (19:46 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 8 Mar 2007 19:46:13 +0000 (19:46 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7046 dcc99617-32d9-48b4-a31d-7c20da2025e4

install.conf.default

index bbfb70a..90064ed 100644 (file)
@@ -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");
 
 
 # --------------------------------------------------------------------