apr.pc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apr.pc.in b/apr.pc.in index 318a81e..ab9434d 100644 --- a/apr.pc.in +++ b/apr.pc.in @@ -7,5 +7,5 @@ includedir=@includedir@ Name: APR Description: The Apache Portable Runtime library Version: @APR_DOTTED_VERSION@ -Libs: -L${libdir} -l@APR_LIBNAME@ @EXTRA_LIBS@ +Libs: -L${libdir} -l@APR_LIBNAME@ Cflags: @EXTRA_CPPFLAGS@ @EXTRA_CFLAGS@ -I${includedir}