Make private symbols accessible to libpolkitagent and libpolkitbackend
authorMichael Biebl <biebl@debian.org>
Mon, 31 Aug 2009 16:19:31 +0000 (18:19 +0200)
committerDavid Zeuthen <davidz@redhat.com>
Sun, 13 Sep 2009 17:31:29 +0000 (13:31 -0400)
commit784236e9f4ef2688c2c3d9a59494870b8b9d5a6e
tree5ab7738d985dccf786eab9ac3d2557dc0e1a8601
parent4a3cdac63bc62497e5a2682772162b2ae60147ed
Make private symbols accessible to libpolkitagent and libpolkitbackend

libpolkit{agent,backend} use private symbols from libpolkit-gobject.
As we no longer export them, the build fails.
Move those symbols into a separate noinst lib libpolkit-private, which
those three libs can link against.

Signed-off-by: David Zeuthen <davidz@redhat.com>
src/polkit/Makefile.am
src/polkitagent/Makefile.am
src/polkitbackend/Makefile.am