X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Flibucw.pc;h=745f0313f20d12be4c11668c6b15bb0de7a45852;hb=88714d18176f047eb4d298bb3f22520217671513;hp=5045addc7c89c445d8640b38dddd229a8aa51d29;hpb=580fd9c443c2a4faba5a703d49f366de5d3968c9;p=libucw.git diff --git a/lib/libucw.pc b/lib/libucw.pc index 5045addc..745f0313 100644 --- a/lib/libucw.pc +++ b/lib/libucw.pc @@ -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}