summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-08-26 16:32:34 -0500
committerAdam Mitz <mitza@objectcomputing.com>2021-08-26 16:32:34 -0500
commitb4b2c11a6121786288b489eca3e2f155bea26167 (patch)
tree4a8ecc41bd203e6859f74ec8788f1798435abc0e /TAO
parent5e2989a4d63b05cab291bd99acf2fdb00cb0578e (diff)
downloadATCD-b4b2c11a6121786288b489eca3e2f155bea26167.tar.gz
annotest_idl.mpc: simplify using tao_idl_fe.mpb now that it's fixed
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tests/IDLv4/annotations/annotest_idl.mpc6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/IDLv4/annotations/annotest_idl.mpc b/TAO/tests/IDLv4/annotations/annotest_idl.mpc
index 4f0b53d2071..cace56b57e2 100644
--- a/TAO/tests/IDLv4/annotations/annotest_idl.mpc
+++ b/TAO/tests/IDLv4/annotations/annotest_idl.mpc
@@ -1,6 +1,4 @@
-project: aceexe {
+project: aceexe, tao_idl_fe {
exename = *
- after += TAO_IDL_FE
- libs += TAO_IDL_FE
- includes += . $(TAO_ROOT)/TAO_IDL/include $(TAO_ROOT)/TAO_IDL/fe $(TAO_ROOT)
+ includes += .
}