Remove useless dependency on library

The client binary doesn't depend on clouseau_debug.so. Only the objects
introspection extension does.
This commit is contained in:
Daniel Zaoui 2018-06-18 10:27:26 +03:00
parent aee290a401
commit 669bb5390c
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ add_executable(clouseau_client ${SOURCES})
target_link_libraries(clouseau_client
pthread
clouseau_debug
${EFL_LIBRARIES}
${ELEMENTARY_LIBRARIES}
${EINA_LIBRARIES}