11 lines
421 B
Diff
11 lines
421 B
Diff
diff --git a/lib/libupsclient.pc.in b/lib/libupsclient.pc.in
|
|
index eb6826c..4ad31fb 100644
|
|
--- a/lib/libupsclient.pc.in
|
|
+++ b/lib/libupsclient.pc.in
|
|
@@ -9,5 +9,5 @@ nutuser=@RUN_AS_USER@
|
|
Name: libupsclient
|
|
Description: UPS monitoring with Network UPS Tools
|
|
Version: @PACKAGE_VERSION@
|
|
-Libs: -L${libdir} -lupsclient @LIBSSL_LDFLAGS@
|
|
+Libs: -L${libdir} -lupsclient @LIBSSL_LIBS@
|
|
Cflags: -I${includedir} @LIBSSL_CFLAGS@
|