libwsutil needs to link against libgmodule2

svn path=/trunk/; revision=52371
This commit is contained in:
Jörg Mayer 2013-10-04 22:08:46 +00:00
parent 30f0ea3846
commit afb568c549
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ set(WSUTIL_FILES
)
set(wsutil_LIBS
${GMODULE2_LIBRARIES}
${GLIB2_LIBRARIES}
${GCRYPT_LIBRARIES}
)