]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - greeters/qt/Makefile.am
Add example to the name of all the greeters
[sojka/lightdm.git] / greeters / qt / Makefile.am
1 libexec_PROGRAMS = lightdm-example-qt-greeter
2
3 lightdm-example-qt-greeter_moc.cpp: lightdm-example-qt-greeter.h
4         moc $< -o $@
5
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
11 lightdm_example_qt_greeter_CXXFLAGS = \
12         -I$(top_srcdir)/liblightdm-qt \
13         $(LIGHTDM_EXAMPLE_QT_GREETER_CFLAGS)
14
15 lightdm_example_qt_greeter_LDADD = \
16         -L$(top_builddir)/liblightdm-qt \
17         -llightdm-qt-0 \
18         $(LIGHTDM_EXAMPLE_QT_GREETER_LIBS)
19
20 CLEANFILES = \
21         lightdm-example-qt-greeter_moc.cpp
22
23 DISTCLEANFILES = \
24         Makefile.in