~lightdm-gtk-greeter-team/lightdm-gtk-greeter/1.4

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Robert Ancell
  • Date: 2011-11-29 03:06:00 UTC
  • Revision ID: robert.ancell@canonical.com-20111129030600-a3yg839xmbd1kr0e
Split lightdm-gtk-greeter out of lightdm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sbin_PROGRAMS = lightdm-gtk-greeter
 
2
 
 
3
lightdm_gtk_greeter_SOURCES = \
 
4
        lightdm-gtk-greeter.c
 
5
 
 
6
lightdm_gtk_greeter_CFLAGS = \
 
7
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
 
8
        -DLOCALEDIR=\""$(localedir)"\" \
 
9
        -DGREETER_DATA_DIR=\""$(greeterdatadir)"\" \
 
10
        -DCONFIG_FILE=\""$(configdir)/lightdm-gtk-greeter.conf"\" \
 
11
        $(GREETER_CFLAGS) \
 
12
        $(WARN_CFLAGS)
 
13
 
 
14
lightdm_gtk_greeter_LDADD = \
 
15
        $(GREETER_LIBS)
 
16
 
 
17
DISTCLEANFILES = \
 
18
        Makefile.in