6 changes: 3 additions & 3 deletions python/plugins/sextante/modeler/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB MODEL_FILES models/*.modeñ)
FILE(GLOB MODEL_FILES models/*.model)

PLUGIN_INSTALL(sextante ./modeler ${PY_FILES})
PLUGIN_INSTALL(sextante ./modeler/models ${MODEL_FILES})
PLUGIN_INSTALL(sextante modeler ${PY_FILES})
PLUGIN_INSTALL(sextante modeler/models ${MODEL_FILES})
4 changes: 2 additions & 2 deletions python/plugins/sextante/script/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FILE(GLOB PY_FILES *.py)

ADD_SUBDIRECTORY(scripts)
FILE(GLOB SCRIPTS_FILES scripts/*.py)

PLUGIN_INSTALL(sextante script ${PY_FILES})
PLUGIN_INSTALL(sextante script/scripts ${SCRIPTS_FILES})