]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
build-sys: do not include id128-constants.h in the dist archive
authorFilipe Brandenburger <filbranden@google.com>
Tue, 17 Jun 2014 03:54:47 +0000 (20:54 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 20 Jun 2014 22:44:40 +0000 (18:44 -0400)
commit49100d2abd1fc7ff36287de8c2645d37068784c2
treee62f33bd4fbd63e93001700bdede45abd31e1bc1
parent0d460faf732ff3c9483dbfa5db6905d53c2e2522
build-sys: do not include id128-constants.h in the dist archive

File src/python-systemd/id128-constants.h is auto generated and its generation
does not require special tools, only sed.  There is no point in bundling it in
the distribution archive, so let's mark it as nodist_ to have it excluded.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=80006
Tested: Successfully ran "make dist" after ./configure --without-python.
Makefile.am