lib: Fix the library name to link to in the pkg-config file

This lets other programs actually link with the shared library.

Closes: #1221
Approved by: jlebon
This commit is contained in:
Kalev Lember 2018-01-22 16:27:30 +01:00 committed by Atomic Bot
parent 48e0cac9fb
commit 79da2e2468

View File

@ -7,5 +7,5 @@ Name: RpmOstree
Description: Hybrid package/OSTree system
Version: @VERSION@
Requires: ostree-1
Libs: -L${libdir} -lrpm-ostree-1
Libs: -L${libdir} -lrpmostree-1
Cflags: -I${includedir}/rpm-ostree-1