diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:23:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:23:05 -0400 |
commit | 52de7947cf55a474925d9951bb1ed433d2e0dba4 (patch) | |
tree | fa0ab3e5734fa8c8bae45be88c4b9f30e6dac637 /src/ac-power | |
parent | 7397eec8b9881c29bd8bcf66cb7c8789f7d074d7 (diff) |
./move.sh
Diffstat (limited to 'src/ac-power')
-rw-r--r--[l---------] | src/ac-power/Makefile | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/src/ac-power/Makefile b/src/ac-power/Makefile index d0b0e8e008..9fd451c65c 120000..100644 --- a/src/ac-power/Makefile +++ b/src/ac-power/Makefile @@ -1 +1,33 @@ -../Makefile
\ No newline at end of file +# -*- Mode: makefile; indent-tabs-mode: t -*- +# +# This file is part of systemd. +# +# Copyright 2010-2012 Lennart Poettering +# Copyright 2010-2012 Kay Sievers +# Copyright 2013 Zbigniew Jędrzejewski-Szmek +# Copyright 2013 David Strauss +# Copyright 2016 Luke Shumaker +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# systemd is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with systemd; If not, see <http://www.gnu.org/licenses/>. +include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk +include $(topsrcdir)/build-aux/Makefile.head.mk + +systemd_ac_power_SOURCES = \ + src/ac-power/ac-power.c + +systemd_ac_power_LDADD = \ + libshared.la + +$(eval $(value automake2autothing)) +include $(topsrcdir)/build-aux/Makefile.tail.mk |