~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to greeters/gtk/Makefile.am

  • Committer: Robert Ancell
  • Date: 2011-04-14 07:18:50 UTC
  • Revision ID: robert.ancell@canonical.com-20110414071850-8k4aafsd2fesjjdy
Move greeters into their own subdirectories

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libexec_PROGRAMS = lightdm-gtk-greeter
 
2
 
 
3
lightdm_gtk_greeter_SOURCES = \
 
4
        lightdm-gtk-greeter.c
 
5
 
 
6
lightdm_gtk_greeter_CFLAGS = \
 
7
        -I$(top_srcdir)/liblightdm-gobject \
 
8
        $(LIGHTDM_GTK_GREETER_CFLAGS) \
 
9
        $(WARN_CFLAGS) \
 
10
        -DVERSION=\"$(VERSION)\" \
 
11
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
 
12
        -DLOCALE_DIR=\"$(localedir)\" \
 
13
        -DLIGHTDM_GTK_GREETER_BINARY=\"lightdm-gtk-greeter\"
 
14
 
 
15
lightdm_gtk_greeter_LDADD = \
 
16
        -L$(top_builddir)/liblightdm-gobject \
 
17
        -llightdm-gobject-0 \
 
18
        $(LIGHTDM_GTK_GREETER_LIBS)
 
19
 
 
20
DISTCLEANFILES = \
 
21
        Makefile.in