projects
/
platform
/
upstream
/
libsolv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f663ca2
)
link libsolvext with libsolv for completeness
author
Michael Schroeder
<mls@suse.de>
Thu, 20 Dec 2012 15:05:14 +0000
(16:05 +0100)
committer
Michael Schroeder
<mls@suse.de>
Thu, 20 Dec 2012 15:05:14 +0000
(16:05 +0100)
ext/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/ext/CMakeLists.txt
b/ext/CMakeLists.txt
index ad18f2d0119e31e5d0580320d884bb25925a9a4b..2aae0644c7949084d1f431ac340a96f4567ad72f 100644
(file)
--- a/
ext/CMakeLists.txt
+++ b/
ext/CMakeLists.txt
@@
-89,7
+89,7
@@
IF (DISABLE_SHARED)
ADD_LIBRARY (libsolvext STATIC ${libsolvext_SRCS})
ELSE (DISABLE_SHARED)
ADD_LIBRARY (libsolvext SHARED ${libsolvext_SRCS})
-TARGET_LINK_LIBRARIES(libsolvext ${SYSTEM_LIBRARIES})
+TARGET_LINK_LIBRARIES(libsolvext
libsolv
${SYSTEM_LIBRARIES})
ENDIF (DISABLE_SHARED)
SET_TARGET_PROPERTIES(libsolvext PROPERTIES OUTPUT_NAME "solvext")