~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to common/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2014-04-22 23:33:26 UTC
  • mfrom: (1.1.23) (16.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20140422233326-gpd7rgap1v53zkuy
Tags: 1.10.0-2
Upload to unstable.

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
        -DCONFIG_DIR=\"$(sysconfdir)/lightdm\"
 
19
 
 
20
libcommon_la_LIBADD = \
 
21
        $(GLIB_LDFLAGS)
 
22
 
 
23
DISTCLEANFILES = \
 
24
        Makefile.in