Skip to content

Commit fcd2bf7

Browse files
committed
Include the ZeroMQ headers.
1 parent 579677b commit fcd2bf7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Compiler/runtime/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ FMIINCLUDE = ../../3rdParty/FMIL/install/include
1010
GRAPHINCLUDE=../../3rdParty/metis-5.1.0/include
1111
GRAPHSTREAMINCLUDE = ../../3rdParty/graphstream/gs-netstream/c++/src/
1212
CJSONINCLUDE = ../../3rdParty/cJSON
13+
ZMQINCLUDE = ../../3rdParty/libzmq/include
1314
CFLAGS = @CFLAGS@ $(USE_CORBA)
1415
OMPCC = @CC@ @OMPCFLAGS@
1516
OMBUILDDIR = @OMBUILDDIR@
@@ -31,7 +32,7 @@ CXX = @CXX@
3132
IDL = @IDLCMD@
3233
IDLPYTHON = @IDLPYTHONCMD@
3334
CXXFLAGS = @CXXFLAGS@
34-
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/SimulationRuntime/c -I$(top_builddir)/SimulationRuntime/c/simulation/results -I$(top_builddir)/SimulationRuntime/c/util -I$(top_builddir)/SimulationRuntime/c/meta -I$(top_builddir)/SimulationRuntime/c/meta/gc -I. $(CORBAINCL) -I$(FMIINCLUDE) -I$(top_builddir)/3rdParty/gc/include -I$(GRAPHSTREAMINCLUDE) -I$(GRAPHINCLUDE) -I$(CJSONINCLUDE)
35+
CPPFLAGS = @CPPFLAGS@ -I$(top_builddir)/SimulationRuntime/c -I$(top_builddir)/SimulationRuntime/c/simulation/results -I$(top_builddir)/SimulationRuntime/c/util -I$(top_builddir)/SimulationRuntime/c/meta -I$(top_builddir)/SimulationRuntime/c/meta/gc -I. $(CORBAINCL) -I$(FMIINCLUDE) -I$(top_builddir)/3rdParty/gc/include -I$(GRAPHSTREAMINCLUDE) -I$(GRAPHINCLUDE) -I$(CJSONINCLUDE) -I$(ZMQINCLUDE)
3536
TRIPLE=@host_short@
3637
SHREXT=@SHREXT@
3738
RPATH=@RPATH@

0 commit comments

Comments
 (0)