]> pilppa.org Git - libplpha.git/commitdiff
linkage fixes to pkg-config file.
authorMika Laitio <lamikr@pilppa.org>
Tue, 21 Dec 2010 23:17:42 +0000 (01:17 +0200)
committerMika Laitio <lamikr@pilppa.org>
Tue, 21 Dec 2010 23:17:42 +0000 (01:17 +0200)
Signed-off-by: Mika Laitio <lamikr@pilppa.org>
README
libplpha.pc.in
src_test/test_client.c

diff --git a/README b/README
index 1afd599f404663135b62008cd4aaa29f6c63427c..228485b202c93ea1994f33eb0b660b68f0526e3c 100644 (file)
--- 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
 --------
index e71e7803481e93813ccbb5b0505b9379d2e9047a..f0f17b3387d910464f7f607b757e718ac6e7bc43 100644 (file)
@@ -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
index c2abc7579c73ab6231aede29d56d6c48d862530f..393f8809d5b13f78bc27292c1ce5e3ab934701f3 100644 (file)
@@ -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));