~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to liblightdm-qt/Makefile.am

  • Committer: David Edmundson
  • Date: 2011-11-15 19:51:42 UTC
  • mto: (1297.1.18 qt-fixes)
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: david@davidedmundson.co.uk-20111115195142-ktno6ezyt17slvij
Turn power interface into a proper class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
lib_LTLIBRARIES = liblightdm-qt-1.la
2
2
 
3
 
greeter_moc.cpp: QLightDM/greeter.h
4
 
        $(MOC) $< -o $@
5
 
session_moc.cpp: QLightDM/session.h
6
 
        $(MOC) $< -o $@
7
 
user_moc.cpp: QLightDM/user.h
8
 
        $(MOC) $< -o $@
 
3
power.cpp: QLightDM/power.h
 
4
        $(MOC) $< -o power_moc.cpp
 
5
greeter.cpp: QLightDM/greeter.h
 
6
        $(MOC) $< -o greeter_moc.cpp
 
7
session.cpp: QLightDM/session.h
 
8
        $(MOC) $< -o session_moc.cpp
 
9
user.cpp: QLightDM/user.h
 
10
        $(MOC) $< -o user_moc.cpp
 
11
 
 
12
 
9
13
 
10
14
liblightdm_qt_1_la_LIBADD = $(LIBLIGHTDM_QT_LIBS)
11
15
liblightdm_qt_1_la_CXXFLAGS = $(LIBLIGHTDM_QT_CFLAGS) \