Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198073 | Differences between
and this patch

Collapse All | Expand All

(-)PolicyKit-0.7/polkit-dbus/Makefile.am (-1 / +1 lines)
Lines 32-38 libexec_PROGRAMS = polkit-read-auth-help Link Here
32
32
33
polkit_read_auth_helper_SOURCES = polkit-read-auth-helper.c
33
polkit_read_auth_helper_SOURCES = polkit-read-auth-helper.c
34
polkit_read_auth_helper_CFLAGS = @DBUS_CFLAGS@
34
polkit_read_auth_helper_CFLAGS = @DBUS_CFLAGS@
35
polkit_read_auth_helper_LDADD = $(top_builddir)/polkit/libpolkit.la $(top_builddir)/polkit-dbus/libpolkit-dbus.la
35
polkit_read_auth_helper_LDADD = $(top_builddir)/polkit/libpolkit.la libpolkit-dbus.la
36
36
37
# polkit-read-auth-helper needs to be setgid $POLKIT_GROUP to be able
37
# polkit-read-auth-helper needs to be setgid $POLKIT_GROUP to be able
38
# to read authorization files in /var/lib/PolicyKit and
38
# to read authorization files in /var/lib/PolicyKit and
(-)PolicyKit-0.7/polkit-grant/Makefile.am (-2 / +2 lines)
Lines 44-57 if POLKIT_AUTHDB_DEFAULT Link Here
44
libexec_PROGRAMS = polkit-grant-helper polkit-grant-helper-pam polkit-explicit-grant-helper polkit-revoke-helper 
44
libexec_PROGRAMS = polkit-grant-helper polkit-grant-helper-pam polkit-explicit-grant-helper polkit-revoke-helper 
45
45
46
polkit_grant_helper_SOURCES = polkit-grant-helper.c
46
polkit_grant_helper_SOURCES = polkit-grant-helper.c
47
polkit_grant_helper_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/polkit/libpolkit.la $(top_builddir)/polkit-dbus/libpolkit-dbus.la $(top_builddir)/polkit-grant/libpolkit-grant.la
47
polkit_grant_helper_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ $(top_builddir)/polkit/libpolkit.la $(top_builddir)/polkit-dbus/libpolkit-dbus.la libpolkit-grant.la
48
48
49
polkit_grant_helper_pam_SOURCES = polkit-grant-helper-pam.c
49
polkit_grant_helper_pam_SOURCES = polkit-grant-helper-pam.c
50
polkit_grant_helper_pam_LDADD = @AUTH_LIBS@
50
polkit_grant_helper_pam_LDADD = @AUTH_LIBS@
51
51
52
polkit_explicit_grant_helper_SOURCES = polkit-explicit-grant-helper.c
52
polkit_explicit_grant_helper_SOURCES = polkit-explicit-grant-helper.c
53
polkit_explicit_grant_helper_CFLAGS = @DBUS_CFLAGS@
53
polkit_explicit_grant_helper_CFLAGS = @DBUS_CFLAGS@
54
polkit_explicit_grant_helper_LDADD = $(top_builddir)/polkit/libpolkit.la $(top_builddir)/polkit-dbus/libpolkit-dbus.la $(top_builddir)/polkit-grant/libpolkit-grant.la
54
polkit_explicit_grant_helper_LDADD = $(top_builddir)/polkit/libpolkit.la $(top_builddir)/polkit-dbus/libpolkit-dbus.la libpolkit-grant.la
55
55
56
polkit_revoke_helper_SOURCES = polkit-revoke-helper.c
56
polkit_revoke_helper_SOURCES = polkit-revoke-helper.c
57
polkit_revoke_helper_CFLAGS = @DBUS_CFLAGS@
57
polkit_revoke_helper_CFLAGS = @DBUS_CFLAGS@

Return to bug 198073