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

« back to all changes in this revision

Viewing changes to src/programs/Makefile.am

  • Committer: Steve Langasek
  • Date: 2012-11-05 07:17:25 UTC
  • mfrom: (22.1.1 sid)
  • Revision ID: steve.langasek@canonical.com-20121105071725-cw9ah4q015gjtr1o
Merge version 0.105-1 from Debian unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
# ----------------------------------------------------------------------------------------------------
19
19
 
20
 
bin_PROGRAMS = pkexec pkcheck pkaction
 
20
bin_PROGRAMS = pkexec pkcheck pkaction pkttyagent
21
21
 
22
22
# ----------------------------------------------------------------------------------------------------
23
23
 
50
50
 
51
51
# ----------------------------------------------------------------------------------------------------
52
52
 
 
53
pkttyagent_SOURCES = pkttyagent.c
 
54
 
 
55
pkttyagent_CFLAGS =                                                     \
 
56
        $(GLIB_CFLAGS)                                                  \
 
57
        $(NULL)
 
58
 
 
59
pkttyagent_LDADD =                                                      \
 
60
        $(GLIB_LIBS)                                                    \
 
61
        $(top_builddir)/src/polkit/libpolkit-gobject-1.la               \
 
62
        $(top_builddir)/src/polkitagent/libpolkit-agent-1.la            \
 
63
        $(NULL)
 
64
 
 
65
# ----------------------------------------------------------------------------------------------------
 
66
 
53
67
pkaction_SOURCES = pkaction.c
54
68
 
55
69
pkaction_CFLAGS =                                                       \