Repository: celix Updated Branches: refs/heads/feature/CELIX-230_Refactoring_of_the_shell_command_service 97b667949 -> 8104a77bc
CELIX-230: Removed unneeded install of command.c file Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/8104a77b Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/8104a77b Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/8104a77b Branch: refs/heads/feature/CELIX-230_Refactoring_of_the_shell_command_service Commit: 8104a77bc2dafcee37a7e8b237a0b84d6b2a13d1 Parents: 97b6679 Author: Pepijn Noltes <[email protected]> Authored: Tue Oct 27 17:02:58 2015 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Tue Oct 27 17:02:58 2015 +0100 ---------------------------------------------------------------------- shell/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/8104a77b/shell/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt index 40df757..32aa08f 100644 --- a/shell/CMakeLists.txt +++ b/shell/CMakeLists.txt @@ -40,8 +40,6 @@ if (SHELL) install_bundle(shell HEADERS public/include/shell.h public/include/command.h - RESOURCES - public/src/command.c ) include_directories("public/include")
