diff options
author | Roman Rakus <rrakus@redhat.com> | 2013-01-16 10:58:03 +0100 |
---|---|---|
committer | Roman Rakus <rrakus@redhat.com> | 2013-01-16 10:58:03 +0100 |
commit | f43b01969689e95f15e0639ebf8824404bc0658e (patch) | |
tree | 68ccd0ed11e0a6bafa40d95e68d7bdcba6755a3a | |
parent | 28e0f4e9c2dc3611a177adee36ac9a82ca461369 (diff) | |
download | openlmi-providers-f43b01969689e95f15e0639ebf8824404bc0658e.tar.gz openlmi-providers-f43b01969689e95f15e0639ebf8824404bc0658e.tar.xz openlmi-providers-f43b01969689e95f15e0639ebf8824404bc0658e.zip |
Hardware: Remove wrong install0.0.16
Signed-off-by: Roman Rakus <rrakus@redhat.com>
-rw-r--r-- | src/hardware/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hardware/CMakeLists.txt b/src/hardware/CMakeLists.txt index 073b076..27e8df2 100644 --- a/src/hardware/CMakeLists.txt +++ b/src/hardware/CMakeLists.txt @@ -26,6 +26,4 @@ target_link_libraries(${LIBRARY_NAME} openlmicommon ${KONKRETCMPI_LIBRARIES} ${L # Create registration file cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF} share/openlmi-providers) -install(PROGRAMS util/servicedisc.sh util/serviceutil.sh DESTINATION libexec) - install(TARGETS ${LIBRARY_NAME} DESTINATION lib${LIB_SUFFIX}/cmpi) |