summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--automation/prj/build.lst13
1 files changed, 7 insertions, 6 deletions
diff --git a/automation/prj/build.lst b/automation/prj/build.lst
index 8cccb532b950..67e1fd5b0592 100644
--- a/automation/prj/build.lst
+++ b/automation/prj/build.lst
@@ -1,10 +1,11 @@
au automation : basic so3 fpicker NULL
au automation usr1 - all au_mkout NULL
-au automation\source\simplecm nmake - all au_scom NULL
-au automation\source\communi nmake - all au_comm NULL
-au automation\source\app nmake - all au_app NULL
-au automation\source\server nmake - all au_server NULL
-au automation\source\testtool nmake - all au_tt NULL
-au automation\source\miniapp nmake - all au_mini NULL
+au automation\inc nmake - all au_inc NULL
+au automation\source\simplecm nmake - all au_scom au_inc NULL
+au automation\source\communi nmake - all au_comm au_inc NULL
+au automation\source\app nmake - all au_app au_inc NULL
+au automation\source\server nmake - all au_server au_inc NULL
+au automation\source\testtool nmake - all au_tt au_inc NULL
+au automation\source\miniapp nmake - all au_mini au_inc NULL
au automation\packimages nmake - all au_pack NULL
au automation\util nmake - all au_util au_scom au_comm au_app au_mini au_server au_tt NULL