Skip to content

Commit

Permalink
- Fix in case omc_communication.cpp will be used by the .pro in the f…
Browse files Browse the repository at this point in the history
…uture

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10205 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Oct 24, 2011
1 parent 49839c4 commit 6b48856
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OMEdit/OMEditGUI/Makefile.unix.in
Expand Up @@ -15,10 +15,12 @@ install: build
cp -p ../../doc/OMEdit/*.pdf ../../build/share/doc/omedit/
always:

omc_communication.cpp: omc_communication.cc
ln -s $< $@
omc_communication.cc omc_communication.h: $(runtimedir)/omc_communication.idl
@IDLCMD@ $<

$(NAME): Makefile OMEdit.config omc_communication.cc
$(NAME): Makefile OMEdit.config omc_communication.cpp
$(MAKE) -f Makefile

clean:
Expand Down

0 comments on commit 6b48856

Please sign in to comment.