diff options
-rw-r--r-- | CMakeVariables.make.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeVariables.make.in b/CMakeVariables.make.in index d1a0bb1..6b541cf 100644 --- a/CMakeVariables.make.in +++ b/CMakeVariables.make.in @@ -126,7 +126,7 @@ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin # set up the path to the rulesgen program CMAKE = @CMAKE_CONFIG_DIR@/CMake/Source/CMakeBuildTargets -KIT_OBJ = ${SRC_OBJ} ${EXTRA_KIT_OBJ} +KIT_OBJ = ${EXTRA_KIT_OBJ} |