diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-07 16:03:31 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-07 16:03:31 +0000 |
commit | 2a66b430b1759bbb7bce615a8510aa516a4efe42 (patch) | |
tree | ef1aa091687480161dd4cfb3b69401e0cfed74c0 /TAO | |
parent | a7f36b66680a3e05c36cf744240c70ca42ba0cc3 (diff) | |
download | ATCD-2a66b430b1759bbb7bce615a8510aa516a4efe42.tar.gz |
changed .i in INCLUDES to .inl
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/DynamicInterface/Makefile.bor | 2 |
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) |