~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to greeters/qt/Makefile.am

  • Committer: David Edmundson
  • Date: 2011-05-21 19:47:27 UTC
  • mfrom: (458.1.7 fix_namespace)
  • Revision ID: david@davidedmundson.co.uk-20110521194727-c3wmqlx2n4wjdiqb
Merge branch that puts Qt LightDM into a namespace, removes possibility of file clash. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
lightdm_example_qt_greeter_CXXFLAGS = \
28
28
        -I$(top_srcdir)/liblightdm-qt \
29
 
        -I$(top_srcdir)/liblightdm-qt/include \
30
29
        $(LIGHTDM_EXAMPLE_QT_GREETER_CFLAGS)
31
30
 
32
31
lightdm_example_qt_greeter_LDADD = \
33
 
        -L$(top_builddir)/liblightdm-qt \
 
32
        -L$(top_builddir)/liblightdm-qt/QLightDM \
34
33
        -llightdm-qt-0 \
35
34
        $(LIGHTDM_EXAMPLE_QT_GREETER_LIBS)
36
35