From 605a939f3ef6988e876e3b3d0de5837cb140f9a1 Mon Sep 17 00:00:00 2001 From: Mika Laitio Date: Wed, 22 Dec 2010 01:17:42 +0200 Subject: [PATCH] linkage fixes to pkg-config file. Signed-off-by: Mika Laitio --- README | 2 +- libplpha.pc.in | 2 +- src_test/test_client.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1afd599..228485b 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ Build, install and clean ------------------------ - build with command: ./autobuild.sh (generates required autoconf files) - install with command: make install -- clean source code from generated build files: make distclean +- clean source code from generated build files: make maintainer-clean Examples -------- diff --git a/libplpha.pc.in b/libplpha.pc.in index e71e780..f0f17b3 100644 --- a/libplpha.pc.in +++ b/libplpha.pc.in @@ -8,4 +8,4 @@ Description: pilppa communication bus library Version: @VERSION@ Requires: libuci Cflags: -I${includedir} -I${includedir}/libplpha -Libs: -L${libdir} +Libs: -L${libdir} -lplpha diff --git a/src_test/test_client.c b/src_test/test_client.c index c2abc75..393f880 100644 --- a/src_test/test_client.c +++ b/src_test/test_client.c @@ -16,8 +16,8 @@ int main(int argc, char** argv) { int sleep_time; - t_process_arg_list *ret_val; int ii; + t_process_arg_list *ret_val; sleep_time = 2; ret_val = calloc(1, sizeof(t_process_arg_list)); -- 2.41.0