Skip to content

Commit

Permalink
Fixing installation script.
Browse files Browse the repository at this point in the history
  • Loading branch information
gallandarakhneorg committed Aug 18, 2014
1 parent ec8c13c commit 437f6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.3.0.16
1.3.0.17
4 changes: 2 additions & 2 deletions sdk/cpp/src/Makefile.linux
Expand Up @@ -43,8 +43,8 @@ clean:
install:
install -d "${PREFIX}/include/3dxware/Xwin"
install "${INCLUDE_DIR}/xdrvlib.h" "${PREFIX}/include"
install "${INCLUDE_DIR}/3dxware/*.h" "${PREFIX}/include/3dxware"
install "${INCLUDE_DIR}/3dxware/Xwin/*.h" "${PREFIX}/include/3dxware/XWin"
install "${INCLUDE_DIR}/3dxware/"*.h "${PREFIX}/include/3dxware"
install "${INCLUDE_DIR}/3dxware/Xwin/"*.h "${PREFIX}/include/3dxware/Xwin"
install -d "${PREFIX}/lib"
install lib3dxware.so "${PREFIX}/lib/lib3dxware.so.${VERSION}"
ln -fs "./lib3dxware.so.${VERSION}" "${PREFIX}/lib/lib3dxware.so"
Expand Down

0 comments on commit 437f6db

Please sign in to comment.