]> mj.ucw.cz Git - libucw.git/blobdiff - lib/libucw.pc
Let eltpools maintain the number of allocated items. The overhead
[libucw.git] / lib / libucw.pc
index 99a5f6bc5904b182e573a7c71f47e95c0c1fec3e..745f0313f20d12be4c11668c6b15bb0de7a45852 100644 (file)
@@ -1,5 +1,8 @@
 # pkg-config metadata for libucw
 
+libdir=@LIBDIR@
+incdir=.
+
 #ifdef CONFIG_UCW_THREADS
 threads=-lpthread
 #else
@@ -9,4 +12,5 @@ threads=
 Name: libucw
 Description: A library of utility functions and data structures
 Version: @SHERLOCK_VERSION@
-Libs: -Lobj/lib -lucw ${threads}
+Cflags: -I${incdir}
+Libs: -L${libdir} -lucw ${threads}