diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-07-19 09:10:22 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-07-19 09:10:22 -0400 |
commit | 3e81b648cfb865117b3b434029a549b2672ed5bc (patch) | |
tree | 82821a191ecc258de67393e7b7f862b501cf9275 /instr-client.c | |
parent | 50506ef3771ce833d76cf29a16d5f1acc288453e (diff) |
link libraries properly
Diffstat (limited to 'instr-client.c')
-rw-r--r-- | instr-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-client.c b/instr-client.c index 0269f61..7298774 100644 --- a/instr-client.c +++ b/instr-client.c @@ -140,4 +140,4 @@ int main(int argc, char** argv) g_source_attach(inSource, NULL); g_main_loop_run (g_main_loop_new (NULL, FALSE)); return 0; -}
\ No newline at end of file +} |