Skip to content

Commit 21b3a5c

Browse files
committed
lib: remove extra @libs@ from pkg-config file
At the moment it is empty, so probably it does not exist. Remove it to avoid adding spurious content to the pkg-config file in case that variable will get a value in the future.
1 parent 4382a40 commit 21b3a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

augeas.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Name: augeas
77
Version: @VERSION@
88
Description: Augeas configuration editing library
99
Requires.private: libxml-2.0 @PC_SELINUX@
10-
Libs: -L${libdir} -laugeas @LIBS@
10+
Libs: -L${libdir} -laugeas
1111
Libs.private: -lfa
1212
Cflags: -I${includedir}

0 commit comments

Comments
 (0)