diff options
Diffstat (limited to 'libucl.pc.in')
-rw-r--r-- | libucl.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libucl.pc.in b/libucl.pc.in index 975462d21fdc0..3433fa9d8b1c5 100644 --- a/libucl.pc.in +++ b/libucl.pc.in @@ -7,5 +7,5 @@ Name: LibUCL Description: Universal configuration library Version: @UCL_VERSION@ Libs: -L${libdir} -lucl -Libs.private: @LIBS_EXTRA@ +Libs.private: @LIBS_EXTRA@ @LUA_LIB@ Cflags: -I${includedir}/ |