~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to src/gtk-dialog/Makefile.am

  • Committer: Ted Gould
  • Date: 2009-08-18 14:17:32 UTC
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: ted@canonical.com-20090818141732-uc2du7dot0dh608c
Changing the name from SUS to Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
libexec_PROGRAMS = gtk-logout-helper
 
3
 
 
4
gtk_logout_helper_SOURCES = \
 
5
        gtk-logout-helper.c \
 
6
        ck-pk-helper.c \
 
7
        ck-pk-helper.h \
 
8
        logout-dialog.c \
 
9
        logout-dialog.h
 
10
 
 
11
gtk_logout_helper_CFLAGS = $(GTKLOGOUTHELPER_CFLAGS) -Wall -Werror
 
12
gtk_logout_helper_LDADD =  $(GTKLOGOUTHELPER_LIBS)
 
13