diff options
author | David Edmundson <david@davidedmundson.co.uk> | 2011-04-20 01:10:21 +0100 |
---|---|---|
committer | David Edmundson <david@davidedmundson.co.uk> | 2011-04-20 01:10:21 +0100 |
commit | e33ce7dde0f1bff29a190329048f0957b9208220 (patch) | |
tree | b8266a5283b23e03c2a190c09dc2eb778a8646fd /liblightdm-qt/Makefile.am | |
parent | 0119dbec10d785b884c54c328799224e54dd8984 (diff) | |
download | lightdm-e33ce7dde0f1bff29a190329048f0957b9208220.tar.gz |
Removed now obsolete LdmAuthRequest
Diffstat (limited to 'liblightdm-qt/Makefile.am')
-rw-r--r-- | liblightdm-qt/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/liblightdm-qt/Makefile.am b/liblightdm-qt/Makefile.am index 26677873..f9c10bbe 100644 --- a/liblightdm-qt/Makefile.am +++ b/liblightdm-qt/Makefile.am @@ -27,12 +27,10 @@ GENERATED_FILES = $(INTERFACE_FILES) $(MOC_FILES) ldmgreeter.cpp: usermanagerinterface.h liblightdm_qt_0include_HEADERS = \ - ldmauthrequest.h \ ldmgreeter.h \ ldmlanguage.h \ ldmsession.h \ ldmuser.h \ - include/LdmAuthRequest \ include/LdmGreeter \ include/LdmLanguage \ include/LdmSession \ @@ -46,7 +44,6 @@ liblightdm_qt_0_la_CXXFLAGS = $(LIBLIGHTDM_QT_CFLAGS) \ liblightdm_qt_0_la_SOURCES = \ consolekitinterface.cpp \ consolekitinterface.h \ - ldmauthrequest.cpp \ ldmgreeter.cpp \ ldmlanguage.cpp \ ldmsession.cpp \ |