~lightdm-team/lightdm/1.2

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: robert.ancell at gmail
  • Date: 2010-04-29 11:08:26 UTC
  • Revision ID: robert.ancell@gmail.com-20100429110826-eef3w3c9hl80pxxy
Compiles and does something

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS = lightdm
 
2
 
 
3
lightdm_SOURCES = \
 
4
        display.c \
 
5
        display.h \
 
6
        display-manager.c \
 
7
        display-manager.h \
 
8
        lightdm.c
 
9
 
 
10
lightdm_CFLAGS = \
 
11
        $(LIGHTDM_CFLAGS) \
 
12
        $(WARN_CFLAGS) \
 
13
        -DVERSION=\"$(VERSION)\" \
 
14
        -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
 
15
        -DLOCALE_DIR=\"$(localedir)\" \
 
16
        -DLIGHTDM_BINARY=\"lightdm\"
 
17
 
 
18
lightdm_LDADD = \
 
19
        $(LIGHTDM_LIBS) \
 
20
        -lpam
 
21
 
 
22
DISTCLEANFILES = \
 
23
        Makefile.in