~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to greeters/qt/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-qt-greeter
 
2
 
 
3
lightdm-qt-greeter_moc.cpp: lightdm-qt-greeter.h
 
4
        moc $< -o $@
 
5
 
 
6
lightdm_qt_greeter_SOURCES = \
 
7
        lightdm-qt-greeter.cpp \
 
8
        lightdm-qt-greeter_moc.cpp
 
9
 
 
10
lightdm_qt_greeter_CXXFLAGS = \
 
11
        -I$(top_srcdir)/liblightdm-qt \
 
12
        $(LIGHTDM_QT_GREETER_CFLAGS) \
 
13
        -DVERSION=\"$(VERSION)\" \
 
14
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
 
15
        -DLOCALE_DIR=\"$(localedir)\" \
 
16
        -DLIGHTDM_QT_GREETER_BINARY=\"lightdm-qt-greeter\"
 
17
 
 
18
lightdm_qt_greeter_LDADD = \
 
19
        -L$(top_builddir)/liblightdm-qt \
 
20
        -llightdm-qt-0 \
 
21
        $(LIGHTDM_QT_GREETER_LIBS)
 
22
 
 
23
CLEANFILES = \
 
24
        lightdm-qt-greeter_moc.cpp
 
25
 
 
26
DISTCLEANFILES = \
 
27
        Makefile.in