Skip to content

Commit

Permalink
- the new MICO Corba 2.3.13 generates includes like <omc_communicatio…
Browse files Browse the repository at this point in the history
…n.h>

  instead of "omc_communication.h", that's why I updated the includes in the Makefiles

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 2, 2008
1 parent c8fb92d commit b29c2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/runtime/Makefile.in
Expand Up @@ -29,7 +29,7 @@ endif

ifdef USE_CORBA
CORBASRC = omc_communication.cc omc_communication_impl.cpp corbaimpl.cpp
CORBAINCL = -I$(CORBAHOME)/include
CORBAINCL = -I$(CORBAHOME)/include
else
CORBASRC = corbaimpl_stub.cpp
CORBAINCL =
Expand All @@ -38,7 +38,7 @@ endif
SHELL = /bin/sh
CC = gcc
IDL = idl
CFLAGS += -I$(RMLINCLUDE) -I$(top_builddir)/c_runtime -I$(srcdir) -I. $(CORBAINCL)
CFLAGS += -I$(RMLINCLUDE) -I$(top_builddir)/c_runtime -I$(srcdir) -I. $(CORBAINCL) -I./
CXXFLAGS = $(CFLAGS)
SRC = rtopts.c socketimpl.c printimpl.c systemimpl.c settingsimpl.c
CPPSRC = ptolemyio.cpp daeext.cpp ErrorMessage.cpp errorext.cpp $(CORBASRC)
Expand Down

0 comments on commit b29c2d4

Please sign in to comment.