summaryrefslogtreecommitdiff
path: root/sysutils/policykit/files/patch-src_polkit-grant_Makefile.am
blob: a56ba665e44f33cf0fcaa871554128aa9266b2ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/polkit-grant/Makefile.am.orig	2008-04-21 23:53:20.000000000 -0400
+++ src/polkit-grant/Makefile.am	2008-04-21 23:53:33.000000000 -0400
@@ -60,7 +60,7 @@ polkit_grant_helper_LDADD = @GLIB_LIBS@ 
 
 if POLKIT_AUTHFW_PAM
 polkit_grant_helper_pam_SOURCES = polkit-grant-helper-pam.c
-polkit_grant_helper_pam_LDADD = @AUTH_LIBS@
+polkit_grant_helper_pam_LDADD = @AUTH_LIBS@ $(top_builddir)/src/polkit/libpolkit.la
 endif
 
 if POLKIT_AUTHFW_SHADOW