diff options
Diffstat (limited to 'gmodule-no-export-2.0.pc.in')
-rw-r--r-- | gmodule-no-export-2.0.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gmodule-no-export-2.0.pc.in b/gmodule-no-export-2.0.pc.in index eff829487..6c4c2318f 100644 --- a/gmodule-no-export-2.0.pc.in +++ b/gmodule-no-export-2.0.pc.in @@ -9,5 +9,6 @@ Name: GModule Description: Dynamic module loader for GLib Requires: glib-2.0 Version: @VERSION@ -Libs: -L${libdir} -lgmodule-2.0 @G_MODULE_LIBS@ +Libs: -L${libdir} -lgmodule-2.0 +Libs.private: @G_MODULE_LIBS@ Cflags: |