~robert-ancell/lightdm/enable-tests

« back to all changes in this revision

Viewing changes to common/Makefile.am

  • Committer: Robert Ancell
  • Date: 2014-02-25 23:02:48 UTC
  • mfrom: (1754.1.147 trunk)
  • Revision ID: robert.ancell@canonical.com-20140225230248-zyr592s66sk2iz1b
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Mode: Automake; indent-tabs-mode: t; tab-width: 4 -*-
 
2
 
 
3
noinst_LTLIBRARIES = libcommon.la
 
4
 
 
5
libcommon_la_SOURCES = \
 
6
        configuration.c \
 
7
        configuration.h \
 
8
        dmrc.c \
 
9
        dmrc.h \
 
10
        privileges.c \
 
11
        privileges.h \
 
12
        user-list.c \
 
13
        user-list.h
 
14
 
 
15
libcommon_la_CFLAGS = \
 
16
        $(WARN_CFLAGS) \
 
17
        $(GLIB_CFLAGS)
 
18
 
 
19
libcommon_la_LIBADD = \
 
20
        $(GLIB_LDFLAGS)
 
21
 
 
22
DISTCLEANFILES = \
 
23
        Makefile.in