Skip to content

Commit

Permalink
Copy the open62541.h file build include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 authored and OpenModelica-Hudson committed Jun 30, 2017
1 parent 214f0d6 commit 1504ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimulationRuntime/opc/ua/Makefile.common
Expand Up @@ -5,6 +5,7 @@ all: default

default: libomopcua$(DLLEXT)
@test ! -z "$(OMBUILDDIR)" || (echo OMBUILDDIR not set; false)
cp open62541.h "$(OMBUILDDIR)/include/omc/c"
cp libomopcua$(DLLEXT) "$(builddir_lib)"
test ! "$(DLLEXT)" = ".dll" || cp libomopcua$(DLLEXT) "$(builddir_bin)"

Expand Down

0 comments on commit 1504ef7

Please sign in to comment.