Skip to content

Commit

Permalink
Fix include paths for elwms interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Oct 10, 2011
1 parent 00b7950 commit 77efd4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/interfaces/elwms_static/elwms.cpp
@@ -1,15 +1,15 @@
#ifdef HAVE_PYTHON
#include "../python/PythonInterface.cpp"
#include "../python_static/PythonInterface.cpp"
#endif

#ifdef HAVE_MATLAB
#include "../matlab/MatlabInterface.cpp"
#include "../matlab_static/MatlabInterface.cpp"
#endif

#ifdef HAVE_OCTAVE
#include "../octave/OctaveInterface.cpp"
#include "../octave_static/OctaveInterface.cpp"
#endif

#ifdef HAVE_R
#include "../r/RInterface.cpp"
#include "../r_static/RInterface.cpp"
#endif

0 comments on commit 77efd4c

Please sign in to comment.