]> 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 5045addc7c89c445d8640b38dddd229a8aa51d29..745f0313f20d12be4c11668c6b15bb0de7a45852 100644 (file)
@@ -1,10 +1,16 @@
 # pkg-config metadata for libucw
 
+libdir=@LIBDIR@
+incdir=.
+
 #ifdef CONFIG_UCW_THREADS
 threads=-lpthread
+#else
+threads=
 #endif
 
 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}