X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=rules%2Fmeson.build;h=b6a32ba77e23aee6763182da060caee56af5fb7a;hb=aba5472979168a47e426b06e720a4b0d50a56bfa;hp=56a270712a4874441c3f2c6d0c0677b82905ba66;hpb=3219f05c1d55fa8264cbf136a63e1e10d080cb90;p=thirdparty%2Fsystemd.git diff --git a/rules/meson.build b/rules/meson.build index 56a270712a4..b6a32ba77e2 100644 --- a/rules/meson.build +++ b/rules/meson.build @@ -1,19 +1,4 @@ # SPDX-License-Identifier: LGPL-2.1+ -# -# Copyright 2017 Zbigniew Jędrzejewski-Szmek -# -# 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 . rules = files(''' 60-block.rules @@ -41,6 +26,8 @@ rules = files(''' install_data(rules, install_dir : udevrulesdir) +all_rules = rules + rules_in = ''' 50-udev-default.rules 64-btrfs.rules @@ -54,4 +41,5 @@ foreach file : rules_in configuration : substs) install_data(gen, install_dir : udevrulesdir) + all_rules += gen endforeach