~brian-murray/lightdm/bug-967229

« back to all changes in this revision

Viewing changes to liblightdm-qt/Makefile.am

  • Committer: robert.ancell at canonical
  • Date: 2010-12-01 02:34:42 UTC
  • Revision ID: robert.ancell@canonical.com-20101201023442-b4vfunaltebhb398
Renamed libldmgreeter to liblightdm

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
if HAVE_QT
2
 
lib_LTLIBRARIES = libldmgreeter-qt.la
 
2
lib_LTLIBRARIES = liblightdm-qt.la
3
3
endif
4
4
 
5
5
GENERATED_FILES = \
15
15
 
16
16
ldmgreeter.cpp: displayinterface.h usermanagerinterface.h    
17
17
 
18
 
libldmgreeter_qtinclude_HEADERS = \
 
18
liblightdm_qtinclude_HEADERS = \
19
19
        consolekitinterface.h \
20
20
        displayinterface.h \
21
21
        ldmauthrequest.h \
25
25
        ldmuser.h \
26
26
        powermanagementinterface.h \
27
27
        usermanagerinterface.h
28
 
libldmgreeter_qtincludedir=$(includedir)/lightdm-qt-0/lightdm
 
28
liblightdm_qtincludedir=$(includedir)/lightdm-qt-0/lightdm
29
29
 
30
 
libldmgreeter_qt_la_LIBADD = $(LIBLDMGREETER_QT_LIBS)
31
 
libldmgreeter_qt_la_CXXFLAGS = $(LIBLDMGREETER_QT_CFLAGS) \
 
30
liblightdm_qt_la_LIBADD = $(LIBLIGHTDM_QT_LIBS)
 
31
liblightdm_qt_la_CXXFLAGS = $(LIBLIGHTDM_QT_CFLAGS) \
32
32
        -DXSESSIONS_DIR=\"$(XSESSIONS_DIR)\"
33
33
 
34
 
libldmgreeter_qt_la_SOURCES= \
 
34
liblightdm_qt_la_SOURCES= \
35
35
        consolekitinterface.cpp \
36
36
        displayinterface.cpp \
37
37
        ldmauthrequest.cpp \
43
43
        usermanagerinterface.cpp
44
44
 
45
45
pkgconfigdir = $(libdir)/pkgconfig
46
 
pkgconfig_DATA = libldmgreeter-qt-0.pc
 
46
pkgconfig_DATA = liblightdm-qt-0.pc
47
47
 
48
48
CLEANFILES = \
49
49
        $(GENERATED_FILES)