summaryrefslogtreecommitdiff
path: root/src/basic
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-03-13 08:17:29 +0100
committerSven Eden <yamakuzure@gmx.net>2018-03-13 08:18:56 +0100
commitaaae10b1838c7cb84608fe905e6360b9b8544e1b (patch)
treee78259842861d6315f80afe8065639a43f9513ca /src/basic
parentb3fbcb51172f39bd89e35b408fb774547d3800ec (diff)
Prep v236: Apply missing upstream updates to the build system
Diffstat (limited to 'src/basic')
-rw-r--r--src/basic/meson.build22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/basic/meson.build b/src/basic/meson.build
index 987ca0a97..88000bfb3 100644
--- a/src/basic/meson.build
+++ b/src/basic/meson.build
@@ -1,3 +1,20 @@
+# SPDX-License-Identifier: LGPL-2.1+
+#
+# Copyright 2017 Zbigniew Jędrzejewski-Szmek
+#
+# elogind 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.
+#
+# elogind 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 elogind; If not, see <http://www.gnu.org/licenses/>.
+
#if 0 /// elogind has a shorter list
# basic_sources_plain = files('''
# MurmurHash2.c
@@ -45,6 +62,8 @@
# copy.h
# cpu-set-util.c
# cpu-set-util.h
+# crypt-util.c
+# crypt-util.h
# def.h
# device-nodes.c
# device-nodes.h
@@ -114,6 +133,7 @@
# mkdir-label.c
# mkdir.c
# mkdir.h
+# module-util.h
# mount-util.c
# mount-util.h
# nss-util.h
@@ -184,6 +204,8 @@
# unaligned.h
# unit-name.c
# unit-name.h
+# unit-def.c
+# unit-def.h
# user-util.c
# user-util.h
# utf8.c