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