summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2017-09-22 14:19:48 +0900
committerInki Dae <inki.dae@samsung.com>2018-03-13 15:54:08 +0900
commit6a84560506156dbea46251055ae8a167eddbd214 (patch)
treeed7e2f86d3ca467edcb8c488f041390413b37985 /src
parent73b91798bf658d5f466cc530d85455c71b7ac01c (diff)
downloadlibaec-tizen.tar.gz
libaec-tizen.tar.bz2
libaec-tizen.zip
Imported from build.opensuse.org Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Corrected subject format. Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 08d03b0..7b4de30 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -39,9 +39,9 @@ IF(WIN32)
ELSE(WIN32)
INSTALL(TARGETS aec sz
LIBRARY
- DESTINATION lib
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}
ARCHIVE
- DESTINATION lib
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT libraries
)
ENDIF(WIN32)