]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Update greeter makefile to compile against correct QLightDM lib
authorDavid Edmundson <david@davidedmundson.co.uk>
Sat, 21 May 2011 19:42:43 +0000 (20:42 +0100)
committerDavid Edmundson <david@davidedmundson.co.uk>
Sat, 21 May 2011 19:42:43 +0000 (20:42 +0100)
greeters/qt/Makefile.am

index fb886cf2c909ebda824795342ed1bc06ba66a989..33f46aabd3388451d534a8a6e63f2aa28c7ea491 100644 (file)
@@ -29,7 +29,7 @@ lightdm_example_qt_greeter_CXXFLAGS = \
        $(LIGHTDM_EXAMPLE_QT_GREETER_CFLAGS)
 
 lightdm_example_qt_greeter_LDADD = \
-       -L$(top_builddir)/liblightdm-qt \
+       -L$(top_builddir)/liblightdm-qt/QLightDM \
        -llightdm-qt-0 \
        $(LIGHTDM_EXAMPLE_QT_GREETER_LIBS)