~ubuntu-branches/ubuntu/wily/policykit-1-gnome/wily

« back to all changes in this revision

Viewing changes to .pc/0001-Revert-Drop-marshaller-complications.patch/src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-05-13 08:07:21 UTC
  • mfrom: (7.2.9 sid)
  • Revision ID: package-import@ubuntu.com-20140513080721-551kebne0yvui8i7
Tags: 0.105-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - 04-autorestart.patch: Add gnome session restart support to ensure we
    always have an authentication agent running. To be forwarded upstream.
  - 06-authentication-failure-string.patch: Improve error message displayed
    when authentication fails.
  - 07-use-accountsservice.patch: get user icon from
    accountsservice instead of looking in ~/.face. (LP: #928249)
  - debian/patches/08-fresh-x11-timestamps.patch: use fresh X11 timestamps
    when displaying authentication dialog to circumvent focus-stealing
    prevention. (LP: #946171)
  - Tell the .desktop file for the authentication agent to auto-restart the
    agent in case of failure.
  - add dh --with translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
NULL =
3
 
 
4
 
FULL_LIBEXECDIR=$(libexecdir)
5
 
 
6
 
libexec_PROGRAMS = polkit-gnome-authentication-agent-1
7
 
 
8
 
polkit_gnome_authentication_agent_1_SOURCES =                                           \
9
 
        polkitgnomelistener.h                   polkitgnomelistener.c                   \
10
 
        polkitgnomeauthenticator.h              polkitgnomeauthenticator.c              \
11
 
        polkitgnomeauthenticationdialog.h       polkitgnomeauthenticationdialog.c       \
12
 
        main.c                                                                          \
13
 
        $(BUILT_SOURCES)                                                                \
14
 
        $(NULL)
15
 
 
16
 
polkit_gnome_authentication_agent_1_CPPFLAGS =          \
17
 
        -I$(top_srcdir)                                 \
18
 
        -DG_LOG_DOMAIN=\"polkit-gnome-1\"               \
19
 
        -DDATADIR=\""$(pkgdatadir)"\"                   \
20
 
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
21
 
        -DPOLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE  \
22
 
        $(DISABLE_DEPRECATED)                           \
23
 
        $(AM_CPPFLAGS)
24
 
 
25
 
polkit_gnome_authentication_agent_1_CFLAGS =            \
26
 
        $(GTK_CFLAGS)                                   \
27
 
        $(GLIB_CFLAGS)                                  \
28
 
        $(GCONF_CFLAGS)                                 \
29
 
        $(POLKIT_AGENT_CFLAGS)                          \
30
 
        $(POLKIT_GOBJECT_CFLAGS)                        \
31
 
        $(WARN_CFLAGS)                                  \
32
 
        $(AM_CFLAGS)
33
 
 
34
 
polkit_gnome_authentication_agent_1_LDFLAGS =           \
35
 
        $(AM_LDFLAGS)
36
 
 
37
 
polkit_gnome_authentication_agent_1_LDADD =             \
38
 
        $(GTK_LIBS)                                     \
39
 
        $(GLIB_LIBS)                                    \
40
 
        $(GCONF_LIBS)                                   \
41
 
        $(POLKIT_AGENT_LIBS)                            \
42
 
        $(POLKIT_GOBJECT_LIBS)                          \
43
 
        $(INTLLIBS)
44
 
 
45
 
clean-local :
46
 
        rm -f *~