diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-17 08:15:39 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-17 08:15:39 -0400 |
commit | 8b369f263f10de056c3633806a7f1ed87e2b7145 (patch) | |
tree | 8a0d9c4ed35663da416abb08412eb0aa920ba697 /CMakeLists.txt | |
parent | b4a429729774f91ff259fe17d256b00134bc9f1f (diff) |
init threading properly, added more mutex locks
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 70c4c24..6ab132b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ add_executable(instr-daemon instr-daemon.c ) add_executable(instr-client instr-client.c) -target_link_libraries(instr-daemon gio-2.0 gobject-2.0 glib-2.0 mhash m pam user) +target_link_libraries(instr-daemon gio-2.0 gobject-2.0 glib-2.0 gthread-2.0 mhash m pam user) target_link_libraries(instr-client gio-2.0 gobject-2.0 glib-2.0) INSTALL(TARGETS instr-daemon instr-client |