summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/Send_File/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Security/Send_File/Makefile.am')
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Security/Send_File/Makefile.am b/TAO/orbsvcs/examples/Security/Send_File/Makefile.am
index c65c9708777..a3e19081ec6 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/Makefile.am
+++ b/TAO/orbsvcs/examples/Security/Send_File/Makefile.am
@@ -59,7 +59,7 @@ client_SOURCES = \
client.cpp \
testC.cpp \
test_i.h \
- test_i.i
+ test_i.inl
client_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
@@ -83,7 +83,7 @@ server_SOURCES = \
testS.cpp \
test_i.cpp \
test_i.h \
- test_i.i
+ test_i.inl
server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \