summaryrefslogtreecommitdiff
path: root/TAO/utils/nslist/nslist.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/utils/nslist/nslist.mpc')
-rw-r--r--TAO/utils/nslist/nslist.mpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/utils/nslist/nslist.mpc b/TAO/utils/nslist/nslist.mpc
index 4b8ee5c03d7..7d704eb9b95 100644
--- a/TAO/utils/nslist/nslist.mpc
+++ b/TAO/utils/nslist/nslist.mpc
@@ -3,6 +3,7 @@
project(nsadd): namingexe, core {
install = $(ACE_ROOT)/bin
+ exename = nsadd
Source_Files {
nsadd.cpp
}
@@ -10,6 +11,7 @@ project(nsadd): namingexe, core {
project(nsdel): namingexe, core {
install = $(ACE_ROOT)/bin
+ exename = nsdel
Source_Files {
nsdel.cpp
}
@@ -17,6 +19,7 @@ project(nsdel): namingexe, core {
project(nslist): namingexe, core {
install = $(ACE_ROOT)/bin
+ exename = nslist
Source_Files {
nslist.cpp
}