summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-05-07 05:15:58 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-05-07 05:15:58 +0000
commitd1e0d0a2aba4f4494209e128b924d2402c683a61 (patch)
treec0982a696ebffd26016558ac8d995b3bb65cc217 /include
parent5c6ecc00dad51dbce59f4774f07d7699a1006338 (diff)
downloadATCD-d1e0d0a2aba4f4494209e128b924d2402c683a61.tar.gz
ChangeLogTag:Thu May 6 22:15:14 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/wrapper_macros.GNU8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index ac1be9e7195..dfcf92cdd61 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -316,15 +316,15 @@ DEFFLAGS ?=
CPPFLAGS += $(DEFFLAGS) $(INCLDIRS)
-# Define default extentions for IDL-generated files
+# Define default extensions for IDL-generated files
IDL_CLIENT_HDR_EXT ?= C.h
-IDL_CLIENT_INL_EXT ?= C.i
+IDL_CLIENT_INL_EXT ?= C.inl
IDL_CLIENT_SRC_EXT ?= C.cpp
IDL_SERVER_HDR_EXT ?= S.h
-IDL_SERVER_INL_EXT ?= S.i
+IDL_SERVER_INL_EXT ?= S.inl
IDL_SERVER_SRC_EXT ?= S.cpp
IDL_SERVER_THDR_EXT ?= S_T.h
-IDL_SERVER_TINL_EXT ?= S_T.i
+IDL_SERVER_TINL_EXT ?= S_T.inl
IDL_SERVER_TSRC_EXT ?= S_T.cpp
ifeq (,$(findstring -I$(ACE_ROOT),$(INCLDIRS)))