424
by Sean Davis
Populate authors based on bzr log |
1 |
#
|
2 |
# Copyright (C) 2010 - 2011, Robert Ancell <robert.ancell@canonical.com>
|
|
3 |
# Copyright (C) 2012 - 2013, Lionel Le Folgoc <mrpouit@ubuntu.com>
|
|
4 |
# Copyright (C) 2014, Sean Davis <smd.seandavis@gmail.com>
|
|
5 |
# Copyright (C) 2014, Simon Steinbeiß <ochosi@shimmerproject.org>
|
|
6 |
#
|
|
7 |
# This program is free software: you can redistribute it and/or modify it under
|
|
8 |
# the terms of the GNU General Public License as published by the Free Software
|
|
9 |
# Foundation, either version 3 of the License, or (at your option) any later
|
|
10 |
# version. See http://www.gnu.org/copyleft/gpl.html the full text of the
|
|
11 |
# license.
|
|
12 |
#
|
|
13 |
||
211
by Sean Davis
Moved badges into own directory, updated makefile to support adding badges without makefile updates |
14 |
SUBDIRS = badges |
15 |
||
1
by Robert Ancell
Split lightdm-gtk-greeter out of lightdm |
16 |
xgreetersdir = $(datadir)/xgreeters |
17 |
dist_xgreeters_DATA = lightdm-gtk-greeter.desktop |
|
18 |
||
251
by Sean Davis
Install sample css into doc folder |
19 |
docdir = $(datadir)/doc/lightdm-gtk-greeter |
20 |
dist_doc_DATA = sample-lightdm-gtk-greeter.css |
|
21 |
||
1
by Robert Ancell
Split lightdm-gtk-greeter out of lightdm |
22 |
configdir = $(sysconfdir)/lightdm |
251
by Sean Davis
Install sample css into doc folder |
23 |
dist_config_DATA = lightdm-gtk-greeter.conf |