~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-18 01:52:12 UTC
  • Revision ID: robert.ancell@canonical.com-20110418015212-21thimzzbcah8fqo
Add example to the name of all the greeters

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
libexec_PROGRAMS = lightdm-qt-greeter
 
1
libexec_PROGRAMS = lightdm-example-qt-greeter
2
2
 
3
 
lightdm-qt-greeter_moc.cpp: lightdm-qt-greeter.h
 
3
lightdm-example-qt-greeter_moc.cpp: lightdm-example-qt-greeter.h
4
4
        moc $< -o $@
5
5
 
6
 
lightdm_qt_greeter_SOURCES = \
7
 
        lightdm-qt-greeter.cpp \
8
 
        lightdm-qt-greeter.h \
9
 
        lightdm-qt-greeter_moc.cpp
 
6
lightdm_example_qt_greeter_SOURCES = \
 
7
        lightdm-example-qt-greeter.cpp \
 
8
        lightdm-example-qt-greeter.h \
 
9
        lightdm-example-qt-greeter_moc.cpp
10
10
 
11
 
lightdm_qt_greeter_CXXFLAGS = \
 
11
lightdm_example_qt_greeter_CXXFLAGS = \
12
12
        -I$(top_srcdir)/liblightdm-qt \
13
 
        $(LIGHTDM_QT_GREETER_CFLAGS) \
14
 
        -DVERSION=\"$(VERSION)\" \
15
 
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
16
 
        -DLOCALE_DIR=\"$(localedir)\" \
17
 
        -DLIGHTDM_QT_GREETER_BINARY=\"lightdm-qt-greeter\"
 
13
        $(LIGHTDM_EXAMPLE_QT_GREETER_CFLAGS)
18
14
 
19
 
lightdm_qt_greeter_LDADD = \
 
15
lightdm_example_qt_greeter_LDADD = \
20
16
        -L$(top_builddir)/liblightdm-qt \
21
17
        -llightdm-qt-0 \
22
 
        $(LIGHTDM_QT_GREETER_LIBS)
 
18
        $(LIGHTDM_EXAMPLE_QT_GREETER_LIBS)
23
19
 
24
20
CLEANFILES = \
25
 
        lightdm-qt-greeter_moc.cpp
 
21
        lightdm-example-qt-greeter_moc.cpp
26
22
 
27
23
DISTCLEANFILES = \
28
24
        Makefile.in