From: David Zeuthen Date: Wed, 30 Apr 2008 16:54:08 +0000 (-0400) Subject: need to link with libkit.la for some helpers X-Git-Tag: POLICY_KIT_0_9~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bde1337785b7d97fa21e60f7608abc1876f22a18;p=platform%2Fupstream%2Fpolkit.git need to link with libkit.la for some helpers --- diff --git a/src/polkit-dbus/Makefile.am b/src/polkit-dbus/Makefile.am index 9c2c69a..6c5863f 100644 --- a/src/polkit-dbus/Makefile.am +++ b/src/polkit-dbus/Makefile.am @@ -34,7 +34,7 @@ libexec_PROGRAMS = polkit-resolve-exe-helper polkit_resolve_exe_helper_SOURCES = polkit-resolve-exe-helper.c polkit_resolve_exe_helper_CFLAGS = @DBUS_CFLAGS@ -polkit_resolve_exe_helper_LDADD = $(top_builddir)/src/polkit/libpolkit.la libpolkit-dbus.la +polkit_resolve_exe_helper_LDADD = $(top_builddir)/src/kit/libkit.la $(top_builddir)/src/polkit/libpolkit.la libpolkit-dbus.la if POLKIT_AUTHDB_DEFAULT libexec_PROGRAMS += polkit-read-auth-helper polkit-set-default-helper diff --git a/src/polkit-grant/Makefile.am b/src/polkit-grant/Makefile.am index a70d886..f947911 100644 --- a/src/polkit-grant/Makefile.am +++ b/src/polkit-grant/Makefile.am @@ -56,11 +56,11 @@ endif libexec_PROGRAMS += polkit-explicit-grant-helper polkit-revoke-helper polkit_grant_helper_SOURCES = polkit-grant-helper.c -polkit_grant_helper_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/src/polkit/libpolkit.la $(top_builddir)/src/polkit-dbus/libpolkit-dbus.la libpolkit-grant.la +polkit_grant_helper_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/src/kit/libkit.la $(top_builddir)/src/polkit/libpolkit.la $(top_builddir)/src/polkit-dbus/libpolkit-dbus.la libpolkit-grant.la if POLKIT_AUTHFW_PAM polkit_grant_helper_pam_SOURCES = polkit-grant-helper-pam.c -polkit_grant_helper_pam_LDADD = @AUTH_LIBS@ $(top_builddir)/src/polkit/libpolkit.la +polkit_grant_helper_pam_LDADD = @AUTH_LIBS@ $(top_builddir)/src/kit/libkit.la $(top_builddir)/src/polkit/libpolkit.la endif if POLKIT_AUTHFW_SHADOW