summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-07 16:03:31 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-07 16:03:31 +0000
commit2a66b430b1759bbb7bce615a8510aa516a4efe42 (patch)
treeef1aa091687480161dd4cfb3b69401e0cfed74c0 /TAO
parenta7f36b66680a3e05c36cf744240c70ca42ba0cc3 (diff)
downloadATCD-2a66b430b1759bbb7bce615a8510aa516a4efe42.tar.gz
changed .i in INCLUDES to .inl
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/DynamicInterface/Makefile.bor2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/Makefile.bor b/TAO/tao/DynamicInterface/Makefile.bor
index 6f9327b7090..06e731344c4 100644
--- a/TAO/tao/DynamicInterface/Makefile.bor
+++ b/TAO/tao/DynamicInterface/Makefile.bor
@@ -24,7 +24,7 @@ CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_DYNAMICINTERFACE_CFLAGS) \
CPPDIR = .
INCDIR_NAME = tao\DynamicInterface
-INCLUDES = *.h *.i
+INCLUDES = *.h *.inl
LIBFILES = $(ACE_LIB) $(TAO_LIB) $(TAO_PORTABLESERVER_LIB)