diff --git a/Makefile b/Makefile index bdf561d..513b323 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ LIB= stdthreads -PACKAGE_VERSION?= 0.2 +PACKAGE_VERSION?= 0.3.2 PREFIX?= /usr HDR= threads.h diff --git a/stdthreads.pc.in b/stdthreads.pc.in index 78cdb85..6e06247 100644 --- a/stdthreads.pc.in +++ b/stdthreads.pc.in @@ -8,4 +8,4 @@ Description: The C11 standard threads library Version: @PACKAGE_VERSION@ Cflags: -I${includedir} -Libs: -L${libdir} -lstdthreads +Libs: -L${libdir} -lstdthreads -lpthread