diff options
Diffstat (limited to 'TAO/examples/POA/Generic_Servant/Makefile.client')
-rw-r--r-- | TAO/examples/POA/Generic_Servant/Makefile.client | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/POA/Generic_Servant/Makefile.client b/TAO/examples/POA/Generic_Servant/Makefile.client index bb02230e859..19e93835b0b 100644 --- a/TAO/examples/POA/Generic_Servant/Makefile.client +++ b/TAO/examples/POA/Generic_Servant/Makefile.client @@ -1,3 +1,5 @@ +# -*- Makefile -*- + #---------------------------------------------------------------------------- # # $Id$ @@ -18,7 +20,6 @@ BIN = client LDLIBS = -lTAO_PortableServer -lTAO -lGeneric_Servant IDL_FILES = test -IDL_SRC = testC.cpp testS.cpp PROG_SRCS = $(IDL_SRC) client.cpp LSRC = $(PROG_SRCS) |