Skip to content

Commit

Permalink
Fixed python API Interface for Linux.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11455 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 17, 2012
1 parent 6ed8d93 commit 47ea9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Makefile.in
Expand Up @@ -69,6 +69,7 @@ install_scripts:
cd scripts; cp -p PythonInterface/README.txt ../$(builddir_scripts)/PythonInterface/
cd scripts; cp -p PythonInterface/setup.py ../$(builddir_scripts)/PythonInterface/
cd scripts; cp -p PythonInterface/OMPython/__init__.py ../$(builddir_scripts)/PythonInterface/OMPython/
cd scripts; cp -p PythonInterface/OMPython/OMConfig.py ../$(builddir_scripts)/PythonInterface/OMPython/
cd scripts; cp -p PythonInterface/OMPython/OMParser/__init__.py ../$(builddir_scripts)/PythonInterface/OMPython/OMParser/

install: install_scripts $(PROG)
Expand Down
1 change: 1 addition & 0 deletions configure.in
Expand Up @@ -513,6 +513,7 @@ Compiler/Makefile Compiler/omc_release/Makefile Compiler/omc_debug/Makefile \
Compiler/omc_profiler/Makefile Compiler/runtime/Makefile \
Compiler/modpar/Makefile \
Compiler/runtime/config.unix.h \
Compiler/scripts/PythonInterface/OMPython/OMConfig.py \
Parser/Makefile \
OMNotebook/OMNotebookGUI/OMNotebook.config \
OMNotebook/OMNotebookGUI/Makefile.unix \
Expand Down

0 comments on commit 47ea9e7

Please sign in to comment.