~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to liblightdm-gobject/Makefile.am

  • Committer: Robert Ancell
  • Date: 2011-04-21 05:17:31 UTC
  • Revision ID: robert.ancell@canonical.com-20110421051731-f7dr27ez4i3471pz
Move public liblightdm-gobject-0 headers into subdirectory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = lightdm
 
2
 
1
3
lib_LTLIBRARIES = liblightdm-gobject-0.la
2
4
 
3
5
CLEANFILES =
4
6
 
5
 
liblightdm_gobject_0include_HEADERS = \
6
 
        greeter.h \
7
 
        language.h \
8
 
        layout.h \
9
 
        session.h \
10
 
        user.h
11
 
liblightdm_gobject_0includedir=$(includedir)/lightdm-gobject-0/lightdm
12
 
 
13
7
liblightdm_gobject_0_la_LIBADD = $(LIBLIGHTDM_GOBJECT_LIBS)
14
8
liblightdm_gobject_0_la_CFLAGS = $(LIBLIGHTDM_GOBJECT_CFLAGS) \
15
9
        $(WARN_CFLAGS) \
22
16
        layout.c \
23
17
        session.c \
24
18
        user.c \
25
 
        $(liblightdm_gobject_0include_HEADERS)
 
19
        lightdm/*.h
26
20
 
27
21
if HAVE_INTROSPECTION
28
22